Control your cron
In your Magento2 root directory, you may install this package via composer:
composer require ethanyehuda/magento2-cronjobmanager
php bin/magento setup:upgrade
CM Ver. | Magento 2.0 | Magento 2.1 | Magento 2.2 | Magento 2.3 |
---|---|---|---|---|
0.x | ❓ | ✅ | ❌ | ❌ |
1.x | ❌ | ❌ | ✅ | ❓ |
Run any cron job, anytime.
Just select, and dispatch.
Useful for debugging a custom cron job's functionality.
Review all cron jobs that have been scheduled in your Magento2 store.
This includes cron jobs that are scheduled to run, and cron jobs that have already ran
Create new cron jobs and schedule them whenever you want.
Have more control over when a scheduled task gets run.
Remove any cron job that you do not want to run.
Need to change what time a task needs to run?
Want to force a particular job code run instead?
No problem! Edit to your heart's content.
Want to flush out old cron jobs that've been sitting around wasting space?
Flush 'em out!