shockwavemk / magento2-module-cron-schedule
Show advanced information for scheduled crons in Magento2 Backend
Installs: 33 771
Dependents: 0
Suggesters: 0
Security: 0
Stars: 34
Watchers: 10
Forks: 9
Open Issues: 5
Type:magento2-module
pkg:composer/shockwavemk/magento2-module-cron-schedule
This package is not auto-updated.
Last update: 2025-10-26 01:42:14 UTC
README
A visual cronjob overview for magento2 backend
Installation
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
Features
Shows a new Adminhtml menu entry System > Cronjob > View Cronjob Configuration.
