Batch processing aborts

Problem

Batch processing terminates after a certain number of orders.

Troubleshooting

In most cases, the reason for termination is a limitation due to server configuration or the hosting provider.

You have two options to fix or work around the problem.

  1. Change the server configuration
    Set the PHP settings memory_limit to a value greater than 512M and max_execution_time to a value greater than 300.

  2. Select a smaller number of orders for batch processing

Was this helpful?