The Amasty: Order Export - Product Attributes index gets stuck in the Processing state

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:
  1. Increase the memory limit for PHP interpreter in the php.ini file;



  2. Run the reindex from CLI with the next command: 
      php -dmemory_limit=-1 bin/magento index:reindex amasty_order_export_attribute_index