PHPackages                             opencommerce/cronjobmanager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. opencommerce/cronjobmanager

ActiveMagento2-module

opencommerce/cronjobmanager
===========================

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

v1.6.4(7y ago)31OSL-3.0PHPPHP ~7.0.0||~7.1.0||~7.2.0

Since Oct 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/opencommerce/magento2-cronjobmanager)[ Packagist](https://packagist.org/packages/opencommerce/cronjobmanager)[ RSS](/packages/opencommerce-cronjobmanager/feed)WikiDiscussions 1.x Synced 3d ago

READMEChangelogDependencies (1)Versions (29)Used By (0)

 [![Cron Job Manager](https://raw.githubusercontent.com/Ethan3600/randomStuff/master/Images/logo1.png)](https://raw.githubusercontent.com/Ethan3600/randomStuff/master/Images/logo1.png)
 EthanYehuda\_CronJobManager

========================================================================================================================================================================================================================

[](#------ethanyehuda_cronjobmanager--)

#### A Cron Job Management and Scheduling tool for Magento 2

[](#a-cron-job-management-and-scheduling-tool-for-magento-2)

*Control Your Cron*

 [ ![Latest Stable Version](https://camo.githubusercontent.com/7dbeb7084c9ed79201aa96475d1c92dbc934737644a6e19b6739624171f5f3fa/68747470733a2f2f706f7365722e707567782e6f72672f657468616e7965687564612f6d6167656e746f322d63726f6e6a6f626d616e616765722f762f737461626c65) ](https://packagist.org/packages/ethanyehuda/magento2-cronjobmanager) [ ![Total Downloads](https://camo.githubusercontent.com/a75332264d9e52753bae1bdf63b272b68f9d16313b8d67dad14842f7aca8c1ca/68747470733a2f2f706f7365722e707567782e6f72672f657468616e7965687564612f6d6167656e746f322d63726f6e6a6f626d616e616765722f646f776e6c6f616473) ](https://packagist.org/packages/ethanyehuda/magento2-cronjobmanager/stats)

Installation
------------

[](#installation)

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

`composer require ethanyehuda/magento2-cronjobmanager`

`php bin/magento setup:upgrade`

Support
-------

[](#support)

CJM Ver.Magento 2.0Magento 2.1Magento 2.2Magento 2.3Magento 2.41.x❌❌✅✅❓Features
--------

[](#features)

### Full Control Over All Scheduled Cron Jobs

[](#full-control-over-all-scheduled-cron-jobs)

Take command of all processes running on your Magento 2 instance. You will be able to manage all scheduled cron jobs, which means you have complete control over what tasks fire behind the scenes. An administrator will have the ability of scheduling, removing, editing, analyzing, and running any, and all cron jobs in the cron\_scheule table.

[![](https://user-images.githubusercontent.com/6549623/39410796-d3ec4e72-4bcb-11e8-85ef-325e8a580df2.png)](https://user-images.githubusercontent.com/6549623/39410796-d3ec4e72-4bcb-11e8-85ef-325e8a580df2.png)

### Informative Timeline

[](#informative-timeline)

With the **Timeline** feature, you can see all scheduled tasks registered by Magento's scheduler queue, and quickly analyize important details pertaining to all your tasks. The timeline feature comes with dynamic scaling, live reloading, and tooltips to help you better interface with the scheduler.

[![](https://user-images.githubusercontent.com/6549623/39410783-98b957fa-4bcb-11e8-9290-71c6597ef828.png)](https://user-images.githubusercontent.com/6549623/39410783-98b957fa-4bcb-11e8-9290-71c6597ef828.png)

### Control Over Task Configurations

[](#control-over-task-configurations)

The configuration panel boasts a list of features including:

- Cron expression editing

    Grants access to changing the frequency of any cron job in Magento

    This also allows you to **disable** cron jobs by removing the expression
- System default configuration restore

    Revert back to the system's default configuration
- Schedule Now

    Gives the ability to schedule any task immediately and in the background. Unlike the dispatch feature on the dashboard, which runs the cron on the forefront, scheduling a task from the configuration panel will allow the system to call it asynchronously
- Cron Runner

    Forces Magento to run the scheduler queue on command

[![](https://user-images.githubusercontent.com/6549623/39410809-0163ad00-4bcc-11e8-9357-2d1e80c079af.png)](https://user-images.githubusercontent.com/6549623/39410809-0163ad00-4bcc-11e8-9357-2d1e80c079af.png)

### Command Line Tools

[](#command-line-tools)

Use the command line tools to run any cron job and view all tasks in the system:

For example: `php bin/magento cronmanager:showjobs`

[![](https://user-images.githubusercontent.com/6549623/39410837-41f1b060-4bcc-11e8-8b98-7d7253662d5c.png)](https://user-images.githubusercontent.com/6549623/39410837-41f1b060-4bcc-11e8-8b98-7d7253662d5c.png)

### And Much More...

[](#and-much-more)

The Cron Job Manager is an arsenal of tools that administrators can use to manipulate Magento's scheduler features. It's perfect for debugging obscure issues with custom or native processes (cron jobs) that run on Magento's scheduler queue. There are many use cases where administrators need to keep track of tasks and force them to behave in a specific way. The Cron Job Manager can do it all!

[![](https://user-images.githubusercontent.com/6549623/39410850-78ca374c-4bcc-11e8-9405-88917a72b5be.png)](https://user-images.githubusercontent.com/6549623/39410850-78ca374c-4bcc-11e8-9405-88917a72b5be.png)

Issue Tracking / Upcoming Features
----------------------------------

[](#issue-tracking--upcoming-features)

For issues, please use the [issue tracker](https://github.com/Ethan3600/magento2-CronjobManager/issues)

Issues keep this project alive and strong, so let us know if you find anything!

We're planning on pumping out a ton of new features, which you can follow on our [project page](https://github.com/Ethan3600/magento2-CronjobManager/projects/1).

### Development / Contribution

[](#development--contribution)

If you want to contribute please follow the below instructions:

1. Create an issue and describe your idea
2. [Fork this repository](https://github.com/Ethan3600/magento2-CronjobManager/fork)
3. Create your feature branch (`git checkout -b my-new-feature`)
    - **NOTE**: Always branch off the `*-develop` branch (ex. 1.x-develop)
4. Commit your changes
5. Publish the branch (`git push origin my-new-feature`)
6. Submit a new Pull Request for review

Maintainers
-----------

[](#maintainers)

Current maintainers:

- [Ethan Yehuda](https://github.com/ethan3600)

See also our [contributers](https://github.com/Ethan3600/magento2-CronjobManager/graphs/contributors)

License
-------

[](#license)

[The Open Software License 3.0 (OSL-3.0)](https://opensource.org/licenses/OSL-3.0)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity69

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~60 days

Total

27

Last Release

2681d ago

Major Versions

v0.1.1 → v1.0.02017-10-21

v0.2.1 → v1.1.12017-11-22

v0.3.0 → v1.2.12018-01-15

v0.4.0 → v1.3.12018-03-18

v0.4.1 → v1.5.12018-05-05

PHP version history (4 changes)v0.1.0PHP ~5.6.5|7.0.2|7.0.4|~7.0.6

v0.2.1PHP ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0

v1.5.0PHP ~7.0.0||~7.1.0

v1.6.4PHP ~7.0.0||~7.1.0||~7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/dedeabfc3e40c06069c4ee968b589468b978e792edcedf75626b7ba28377f169?d=identicon)[milindsingh](/maintainers/milindsingh)

### Embed Badge

![Health badge](/badges/opencommerce-cronjobmanager/health.svg)

```
[![Health](https://phpackages.com/badges/opencommerce-cronjobmanager/health.svg)](https://phpackages.com/packages/opencommerce-cronjobmanager)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
