ethanyehuda/magento2-cronjobmanager v1.3.3

A module for managing scheduled cron jobs from magento's admin panel

Type

magento2-module

License

Apache-2.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

EthanYehuda_CronjobManager

Cron Job Manager for Magento 2

Control your cron

Installation

In your Magento2 root directory, you may install this package via composer:

composer require ethanyehuda/magento2-cronjobmanager

php bin/magento setup:upgrade

Support

CM Ver. Magento 2.0 Magento 2.1 Magento 2.2 Magento 2.3
0.x :question: :white_check_mark: :x: :x:
1.x :x: :x: :white_check_mark: :question:

Usage

View Cron Jobs On A Timeline

Visualize how your cron jobs are running relative to each other.

Works well with the robust filtering features of uiComponents!

Dispatch Cron Jobs Manually

Run any cron job, anytime.

Just select, and dispatch.

Useful for debugging a custom cron job's functionality.

View scheduled magento cron jobs

Review all cron jobs that have been scheduled in your Magento2 store.

This includes cron jobs that are scheduled to run, and cron jobs that have already ran

Schedule new magento cron jobs

Create new cron jobs and schedule them whenever you want.

Have more control over when a scheduled task gets run.

Delete scheduled magento cron jobs

Remove any cron job that you do not want to run.

Update scheduled magento cron jobs

Need to change what time a task needs to run?

Want to force a particular job code run instead?

No problem! Edit to your heart's content.

Flush out old magento cron jobs

Want to flush out old cron jobs that've been sitting around wasting space?

Flush 'em out!