Skip to content

e-conomix/magento2-CronjobManager

 
 

Repository files navigation

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
1.x

Usage

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!