PHPackages                             webcodebg/magento2-cron-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. [Admin Panels](/categories/admin)
4. /
5. webcodebg/magento2-cron-scheduler

ActiveMagento2-module[Admin Panels](/categories/admin)

webcodebg/magento2-cron-scheduler
=================================

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

1.0.9(5y ago)05.4k↓33.3%1OSL-3.0JavaScript

Since Jun 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/webcodebg/magento2-cron-scheduler)[ Packagist](https://packagist.org/packages/webcodebg/magento2-cron-scheduler)[ RSS](/packages/webcodebg-magento2-cron-scheduler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (11)Used By (0)

Release Notes
=============

[](#release-notes)

- v 1.0.9 - Fix issue with Invalid theme [kiwicommerce#25](https://github.com/kiwicommerce/magento2-cron-scheduler/issues/25)

Fork
====

[](#fork)

- Oct. 2020 - [KiwiCommerce](https://kiwicommerce.co.uk/) stop maintaining this extension. We will try to continue his development.

Magento 2 - Cron Scheduler by [KiwiCommerce](https://kiwicommerce.co.uk/)
=========================================================================

[](#magento-2---cron-scheduler-by-kiwicommerce)

- Easily set up cron jobs
- Manage cron jobs from the backend
- Have an organised and easily managed timeline feature
- See the longest running cron job
- Receive an email notification if any cron job produces a fatal error
- View the actual load on CPU/memory by cron job execution
- Automatically stop long running jobs
- Our Magento 2 extension Cron Scheduler is free to download.

**Installation**
----------------

[](#installation)

1. Composer Installation

    - Navigate to your Magento root folder
        `cd path_to_the_magento_root_directory`
    - Then run the following command
        `composer require kiwicommerce/module-cron-scheduler`
        For Magento version &lt; v2.3.5, please use the following older version
        `composer require kiwicommerce/module-cron-scheduler:1.0.6`
    - Make sure that composer finished the installation without errors
2. Command Line Installation

    - Backup your web directory and database.
    - Download the latest Cron Scheduler installation package kiwicommerce-cron-scheduler-vvvv.zip from [here](https://github.com/kiwicommerce/magento2-cron-scheduler/releases)
    - Navigate to your Magento root folder
        `cd path_to_the_magento_root_directory`
    - Upload contents of the Cron Scheduler installation package to your Magento root directory
    - Then run the following command
        `php bin/magento module:enable KiwiCommerce_CronScheduler`

- After install the extension, run the following command

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

- Log out from the backend and login again.

Features
--------

[](#features)

### Cron Jobs

[](#cron-jobs)

You will have a list of all cron jobs with their groups, cron expression, job code and other useful information.

[![](https://camo.githubusercontent.com/a5c843320f539350652f04bb7f3932f0021c1e57402f343fcde6b39c4aefdcdc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e6a6f622e706e67)](https://camo.githubusercontent.com/a5c843320f539350652f04bb7f3932f0021c1e57402f343fcde6b39c4aefdcdc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e6a6f622e706e67)

### Cron Job Schedule list

[](#cron-job-schedule-list)

You will have a list of scheduled jobs with their respective status.

[![](https://camo.githubusercontent.com/a167b867c1cebff9b934bd0747373582cb221bc9f1da37f97819817f4bdbdd12/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f7363686564756c652d6c6973742e706e67)](https://camo.githubusercontent.com/a167b867c1cebff9b934bd0747373582cb221bc9f1da37f97819817f4bdbdd12/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f7363686564756c652d6c6973742e706e67)

### Add New Cron Job

[](#add-new-cron-job)

You can create a new cron job by clicking on Add New Cron Job. You need to add different valid information while creating it.

[![](https://camo.githubusercontent.com/7dab2de735357bf06904957af3bc804cab081955605c9f387dde7f655d52b1fc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f6164646e657763726f6e6a6f622e706e67)](https://camo.githubusercontent.com/7dab2de735357bf06904957af3bc804cab081955605c9f387dde7f655d52b1fc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f6164646e657763726f6e6a6f622e706e67)

### Timeline

[](#timeline)

You will have a beautiful timeline for each cron job.

[![](https://camo.githubusercontent.com/1519a8346dd2a2c4e4ea944f83081ed7c29e9539d85e404a819d44e58b3266cc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f74696d656c696e652e706e67)](https://camo.githubusercontent.com/1519a8346dd2a2c4e4ea944f83081ed7c29e9539d85e404a819d44e58b3266cc/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f74696d656c696e652e706e67)

### Configuration

[](#configuration)

You need to follow this path. Stores &gt; Configuration &gt; KIWICOMMERCE EXTENSIONS &gt; Cron Scheduler

[![](https://camo.githubusercontent.com/9155c25690f882bedb54658cb2b0804b29fa4f28e8d6ed6ef8a99a12bf440bc8/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f436f6e66696775726174696f6e5f63726f6e7363686564756c65722e706e67)](https://camo.githubusercontent.com/9155c25690f882bedb54658cb2b0804b29fa4f28e8d6ed6ef8a99a12bf440bc8/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f436f6e66696775726174696f6e5f63726f6e7363686564756c65722e706e67)

### Dashboard

[](#dashboard)

You can analyze the actual time taken by each job on magento dashboard.

[![](https://camo.githubusercontent.com/c8b8fa800ff47919220251a36b3358df4414e8d5d9d582a61e954c3d5d4a131c/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e7363686564756c65725f64617368626f6172642e706e67)](https://camo.githubusercontent.com/c8b8fa800ff47919220251a36b3358df4414e8d5d9d582a61e954c3d5d4a131c/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f63726f6e7363686564756c65725f64617368626f6172642e706e67)

Contribution
------------

[](#contribution)

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

- Creating bug reports, issues or feature requests on [Github](https://github.com/webcodebg/magento2-cron-scheduler/issues)
- Submitting pull requests for improvements.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 77.4% 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 ~99 days

Recently: every ~172 days

Total

10

Last Release

2003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16fee88e098096504242acaaed67daf9e06551c377e85366c21d3b4b9d0e8a94?d=identicon)[webcodebg](/maintainers/webcodebg)

---

Top Contributors

[![kiwi-commerce](https://avatars.githubusercontent.com/u/40483343?v=4)](https://github.com/kiwi-commerce "kiwi-commerce (41 commits)")[![Bashev](https://avatars.githubusercontent.com/u/1854269?v=4)](https://github.com/Bashev "Bashev (8 commits)")[![blmage](https://avatars.githubusercontent.com/u/25432517?v=4)](https://github.com/blmage "blmage (1 commits)")[![dsitovs](https://avatars.githubusercontent.com/u/4233982?v=4)](https://github.com/dsitovs "dsitovs (1 commits)")[![gelanivishal](https://avatars.githubusercontent.com/u/12389799?v=4)](https://github.com/gelanivishal "gelanivishal (1 commits)")[![mwr](https://avatars.githubusercontent.com/u/80516?v=4)](https://github.com/mwr "mwr (1 commits)")

---

Tags

schedulercronbackendadminmagento2magento 2cronscheduler

### Embed Badge

![Health badge](/badges/webcodebg-magento2-cron-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/webcodebg-magento2-cron-scheduler/health.svg)](https://phpackages.com/packages/webcodebg-magento2-cron-scheduler)
```

###  Alternatives

[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[kiwicommerce/module-customer-password

Magento 2 - Customer Password

1356.3k](/packages/kiwicommerce-module-customer-password)[kiwicommerce/module-admin-activity

The Admin Activity extension makes it easy to track all admin activity and revert the modification.

102407.9k](/packages/kiwicommerce-module-admin-activity)[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

261.4k](/packages/mage-os-module-admin-activity-log)

PHPackages © 2026

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