setNumberOfMaxBatchesToProcess is currently hard-coded. ``` $processor->setNumberOfMaxBatchesToProcess(500); ``` It would be nice if you could configure this via the command line to control the load on the server more precisely.