shockwavemk/magento2-module-cron-schedule

Show advanced information for scheduled crons in Magento2 Backend


Keywords
cron, cron-jobs, magento2, magento2-backend, magento2-extension, magento2-module, visualization
Licenses
OSL-3.0/AFL-3.0

Documentation

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.