Amasty Order export indexers get stuck. What do I do?
The Amasty: Order Export indexers may get stuck in the processing status due to the big size of the exported entities and the size of the allocated memory for the PHP interpreter:
To resolve the issue, execute the following commands from the root Magento directory. This will reset and update the indexers with sufficient memory resources:
php bin/magento indexer:reset amasty_order_export_attribute_index
php -dmemory_limit=-1 bin/magento indexer:reindex amasty_order_export_attribute_index
Related Articles
The Amasty: Order Export - Product Attributes index gets stuck in the Processing state
This index gets stuck because Magento doesn't have enough resources to process it. This can happen due to the huge amount of orders on the Magento instance. The issue can be solved in 2 ways: Increase the memory limit for PHP interpreter in the ...
What to do if Import/Export get stuck at step 2?
If import/export process gets stuck at Step 2, it is possible that the CLI PHP Path wasn't identified correctly. CLI PHP Path is the option that shows the path to PHP interpreter, which is used by our extension when running the commands directly ...
Does the Export Orders extension include fields from other Amasty modules I use?
Yes, the extension is integrated with some other Amasty modules such as One Step Checkout, Order Attributes, RMA, Gift Card. If these extensions are installed, the additional corresponding tabs appear in the Fields Configuration section on the ...
How to export orders placed within a specific date range?
The extension provides the functionality to set various filters on orders that are to be exported. To add filters, navigate to the Export Filters tab on the profile configuration page (System > Export Orders > Profiles), click the Add Filter button ...
Does the extension provide the functionality to export orders automatically?
Yes, except for manual file download, the Export Orders module provides two options for automatic file export. Navigate to the Automatic Export tab on the profile configuration page (System > Export Orders > Profiles) to see the possible options: 1. ...