Questions tagged [cron]
Denotes a question related to the cron system
1,016 questions
0 votes
2 answers
72 views
magento 2.4.3 product export not working
I am using Magento 2.4.3 Product export is not working, and the cron is running. dir: root/var/export/ is writeable. also tried php -d memory_limit=-1 bin/magento queue:consumer:start ...
0 votes
0 answers
48 views
export products from admin panel not working
we are trying to export products from the Magento 2 admin panel. However, the file is not exporting as expected. Occasionally, we notice that the files export automatically at midnight. We have also ...
0 votes
1 answer
187 views
Call to undefined function simplexml_load_string() when running cron
I am getting this error when running cron.php on a Magento 1.9 site that I recently migrated to a new server. Everything was working correctly on the old one, now I get the error below: Call to ...
0 votes
1 answer
51 views
Magento 2 upload file in backend form read and insert data through cron
I have completed upload file saved in temp path. How to read those file in cron every time file was new.
0 votes
2 answers
84 views
Error in your cron job
Good morning. I have a CRON stuck because it fails to run due to this error. How can I avoid it and where should I intervene? SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or ...
0 votes
2 answers
2k views
How to disable the cron jobs created by my module?
Anybody have crontab.xml reference of magento2. I want to temporarily disable the custom cron job. I dont want to disable my module or delete it.
0 votes
1 answer
215 views
How often should I run the message consumers?
Magento 2.4.6 I am running this every minute via cronjob: php bin/magento cron:run; > /dev/null 2>&1 php bin/magento queue:consumers:start product_action_attribute.update & php bin/...
0 votes
1 answer
171 views
Magento 2.4.6: how to setup cron for group:index to run less frequently than every minute?
Cron tasks in Magento are executed every minute and when product import and indexing tasks are executed simultaneously database deadlock occurs. Changing settings in "System > Cron (Scheduled ...