shockwavemk / magento2-module-cron-schedule
Show advanced information for scheduled crons in Magento2 Backend
Installs: 33 692
Dependents: 0
Suggesters: 0
Security: 0
Stars: 34
Watchers: 12
Forks: 9
Open Issues: 5
Type:magento2-module
This package is not auto-updated.
Last update: 2024-11-09 20:39:25 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.