Magento2 Module Cron Schedule
shockwavemk/magento2-module-cron-schedule
Provides a visual overview of cron job configurations in the Magento 2 backend. Adds a new admin menu entry under System > Cronjob.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubmagento2-module-cron-schedule
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.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.