Amasty Order export indexers get stuck. What do I do?

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 ...
      • Import and Export Guidelines

        General Information About the Package and Its Tariffs The Import & Export solution is designed for migrating data from one website to another or to/from a different platform, as well as for automated/manual updates of product quantities, prices, and ...
      • 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 ...