📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned vv0.2.2

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.

33,816
Downloads
Below average
34
GitHub Stars
Below average
10y ago
Last Release
5
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
8 errors , 50 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv0.2.2 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Magento2 Module Cron Schedule Magento compatibility status badge

README

Loaded from GitHub

magento2-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.