Skip to content

Manage Cron Job on the Admin Panel. Check the Cron Status, and run a specific cron.

Notifications You must be signed in to change notification settings

themagelover/admin-cron-management

Repository files navigation

Admin Cron Management

Give the admin user the possibility to check the scheduled cron jobs, and run the cron manually. This extension is totally free, easy to install and use.

The code is written in the simplest way, easy to understand and extend. No timeline is needed, and no direct commands are involved.

The best one for security and performance!

Installation

Install via composer

composer require themagelover/admin-cron-management

Deploy the extension

bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento module:enable TheMageLover_AdminCronManagement

User guide

Cron Scheduled Jobs

System > Tools > Cron Scheduled Jobs

  • We list down all the scheduled jobs - getting from the cron_schedule table
  • User can sort, filter, and export the records
  • There is an option to delete the record if needed

Cron Executor

System > Tools > Cron Executor

  • We list down all the existing cron
  • User can check the Job Code, Group, Status, Instance, Method, and Scheduled Time
  • User can sort, filter, and export the records
  • There are some actions in the Actions dropdown
    • Enable/Disable the Cron
    • Run the cron manually
  • We can run a single/multiple cron at the same time
  • Message will be displayed to the User after the cron run
  • The log will be recorded at the Cron Schedule Jobs menu

About

Manage Cron Job on the Admin Panel. Check the Cron Status, and run a specific cron.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages