Why mass content generation is stuck in pending status?

Why mass content generation is stuck in pending status?

If Mass Content generation process gets stuck in pending status, it is possible that the CLI PHP Path wasn't set correctly. CLI PHP Path is the option that shows the path to PHP interpreter, which is used by our extension when running the commands during the processing of PHP requests. The PHP Path can be found in Amasty → Settings & Notifications:


To change it, the next commands should be run:

bin/magento config:set amasty_base/system/cli_php_path %CLI_PHP_PATH%

Where %CLI_PHP_PATH% is the path to the PHP interpreter that is being used when running bin/magento commands:



Additionally, kindly make sure that the PHP functions passthru, shell_exec, system, proc_open, and popen are enabled on your server, as they are crucial for the execution of Magento's console commands.
      • Related Articles

      • Why is ChatGPT AI Content Generator not generating content?

        There are several reasons why the extension might not generate content on your Magento. 1. First, make sure the ChatGPT API key on the OpenAI platform are generated if OpenAI key is used as Content Generation Provider: Then add it to the Secret Key ...
      • Will the customers be notified if I change the order status using Mass Order Actions extension?

        Starting from Mass Order Actions v.1.6.0, the order status can be changed using two mass actions: Change Status and Change Status and Notify. Change Status means the status will be changed, but the customers will not receive any email notifications ...
      • ChatGPT AI Content Generator API

        1. Amasty\AiContentGenerator\Api\Entity\ContentResolverInterface - class for managing product content. GET /V1/amaigenerator/product/short_description, method="resolve" - get product short description.
      • How can I apply mass actions to a specific store view?

        In order to apply a mass action (for example, Replace text) to a specific store view only, you may set a filter by store view on the product grid: As a result, all mass actions will only be applied to the selected store view. Please, note that ...
      • 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 ...