A visual cronjob overview for magento2 backend
Add the module to your composer file.
{
"require": {
"shockwavemk/magento2-module-cron-schedule": "dev-master"
}
}
Install the module with composer.
composer update
On succeed, install the module via bin/magento console.
bin/magento cache:clean
bin/magento module:install Shockwavemk_CronSchedule
bin/magento setup:upgrade
Shows a new Adminhtml menu entry System > Cronjob > View Cronjob Configuration.