PHPackages                             phpro/mage2-module-scheduler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpro/mage2-module-scheduler

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

phpro/mage2-module-scheduler
============================

Cron Scheduler for Magento 2

8.0.2(3y ago)1079.2k↓49.1%6[1 issues](https://github.com/phpro/phpro-mage2-module-scheduler/issues)MITPHPPHP ^8.1

Since Jul 31Pushed 3y ago3 watchersCompare

[ Source](https://github.com/phpro/phpro-mage2-module-scheduler)[ Packagist](https://packagist.org/packages/phpro/mage2-module-scheduler)[ RSS](/packages/phpro-mage2-module-scheduler/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (7)Versions (9)Used By (0)

[![](https://github.com/phpro/phpro-mage2-module-scheduler/workflows/.github/workflows/grumphp.yml/badge.svg)](https://github.com/phpro/phpro-mage2-module-scheduler/workflows/.github/workflows/grumphp.yml/badge.svg)

Cron Scheduler for Magento 2
============================

[](#cron-scheduler-for-magento-2)

This module allows merchants and developers to easily view and manage Magento cron jobs in the backend of Magento 2.

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

[](#installation)

```
composer require phpro/mage2-module-scheduler

```

How to use
----------

[](#how-to-use)

### Timeline

[](#timeline)

[![timeline](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/timeline.png)](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/timeline.png)

A timeline of the Magento jobs can be found under `System / Cron Schedule / Schedule Timeline`. On this timeline we can easily:

- see when a job executed
- see when a job is successful, these are marked green
- see when a job has failed, these are marked red
- see at what time a job should be executed, these are marked gray

### Schedule list

[](#schedule-list)

[![list](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/list.png)](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/list.png)

The timeline view is very similar to the list view, which we can find under `System / Cron Schedule / Schedule list`. With the schedule list you can easily:

- schedule new jobs (by clicking on the 'Schedule job' button)
- delete jobs (by selecting them and selecting 'Delete' from the actions dropdown)
- filter jobs (ex. filter by cron status)

### Job Configuration

[](#job-configuration)

[![list](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/disable.png)](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/disable.png)

We can easily disable cron jobs by using the `System / Cron Schedule / Job Configuration` view from which we can easily select and disable a cron job. Disabling a cron will prevent it from being scheduled.

Features
--------

[](#features)

- Visualisation of the cron jobs by list and timeline view
- Add / remove jobs to the schedule
- Control which jobs can be scheduled by Magento
- Remove stalled jobs in 'running' status after a configured amount of time
- Clean up ran or failed cron jobs

Configuration
-------------

[](#configuration)

[![list](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/configuration.png)](https://github.com/phpro/phpro-mage2-module-scheduler/wiki/images/configuration.png)

The configuration for this module can be found under `Stores / Configuration / Advanced / System / Cron`

**Running Job Lifetime:**The value for this field is in minutes. With it, you can determine when a job will be removed when its status is running.

**Limit Entries In Timeline View:**With this we limit which cron jobs are visible in the timeline view. By default, we can select the following values:

- Show All
- Show past 24 hours
- Show past 12 hours
- Show past 6 hours

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 59% of commits — single point of failure

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 ~177 days

Recently: every ~243 days

Total

7

Last Release

1101d ago

Major Versions

5.0.0 → 6.0.02020-08-28

6.0.0 → 7.0.02020-10-30

7.0.1 → 8.0.02022-06-27

PHP version history (3 changes)5.0.0PHP ^7.1

6.0.0PHP ^7.3

8.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![vrielsa](https://avatars.githubusercontent.com/u/33426821?v=4)](https://github.com/vrielsa "vrielsa (23 commits)")[![BrentRobert](https://avatars.githubusercontent.com/u/6866325?v=4)](https://github.com/BrentRobert "BrentRobert (8 commits)")[![hans-vereyken](https://avatars.githubusercontent.com/u/45564604?v=4)](https://github.com/hans-vereyken "hans-vereyken (5 commits)")[![vacla](https://avatars.githubusercontent.com/u/10290022?v=4)](https://github.com/vacla "vacla (3 commits)")

---

Tags

cronmagento2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpro-mage2-module-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/phpro-mage2-module-scheduler/health.svg)](https://phpackages.com/packages/phpro-mage2-module-scheduler)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282822.9k](/packages/baldwin-magento2-module-url-data-integrity-checker)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

244.8k2](/packages/zwernemann-module-withdrawal)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)

PHPackages © 2026

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