Question

Custom Cron job is not working in Magento 2 when the schedule set like below:

<schedule>30 17 * * 0</schedule>

Only working when <schedule>* * * * *</schedule> in magento 2.2.5

Was it helpful?

Solution

Set any cron schedule of next half an hour and check entry in cron_schedule table. It would be available there when you run below command:

php bin/magento cron:run

I hope it will help you out.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top