PHPackages                             trash-panda/m2-cron-job-modifier - 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. trash-panda/m2-cron-job-modifier

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

trash-panda/m2-cron-job-modifier
================================

Disable cron jobs provided by Magento 2 or other modules or move them to other groups

1.0.0(6y ago)02MITPHPPHP ^7.3

Since Apr 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AydinHassan/m2-cron-job-modify)[ Packagist](https://packagist.org/packages/trash-panda/m2-cron-job-modifier)[ RSS](/packages/trash-panda-m2-cron-job-modifier/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Magento 2 Cron Job Modifier
===========================

[](#magento-2-cron-job-modifier)

 [ ![](https://camo.githubusercontent.com/f9cf4bb0a2364308ff779a559291dbc1ccbc153f5a1e2435a19d29a4aebdd7b4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f417964696e48617373616e2f6d322d63726f6e2d6a6f622d6d6f646966792f6d61737465722e7376673f7374796c653d666c61742d737175617265266c6162656c3d4c696e7578) ](https://travis-ci.org/AydinHassan/m2-cron-job-modify "Build Status")

Remove cron jobs or move them to other groups

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

[](#installation)

```
$ composer require trash-panda/m2-cron-job-modify
$ php bin/magento setup:upgrade
```

Usage
-----

[](#usage)

You will need to create a module and add a `cron_modify.xml` file in to the `etc` directory.

### Remove a cron job

[](#remove-a-cron-job)

To remove a cron job, create a group node and use the name attribute to specify the group. Then specify the jobs to remove using their job codes inside the `remove_job` node.

```

        job_code_1
        job_code_2

```

### Move a cron job in to a different group

[](#move-a-cron-job-in-to-a-different-group)

This is useful to isolate slow jobs and run them in parallel, or for isolating jobs which can crash, keeping the rest of the jobs running correctly.

To move a cron job, create a group node and use the name attribute to specify the group where the job originally lives. Then specify the jobs to move using their job codes inside the `move_job` node. Specify the destination group in the `to_group` attribute.

Note: The destination group must already exist (create it using the default method)

```

        backend_clean_cache

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/421c0adaa533effb16310b34396c544663167970aa9eb6940edb6ed1917c963d?d=identicon)[AydinHassan](/maintainers/AydinHassan)

---

Top Contributors

[![AydinHassan](https://avatars.githubusercontent.com/u/2817002?v=4)](https://github.com/AydinHassan "AydinHassan (6 commits)")

---

Tags

cronmagento2magento2-module

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/trash-panda-m2-cron-job-modifier/health.svg)

```
[![Health](https://phpackages.com/badges/trash-panda-m2-cron-job-modifier/health.svg)](https://phpackages.com/packages/trash-panda-m2-cron-job-modifier)
```

###  Alternatives

[ethanyehuda/magento2-cronjobmanager

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

3632.5M1](/packages/ethanyehuda-magento2-cronjobmanager)[baldwin/magento2-module-url-data-integrity-checker

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

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[tig/postnl-magento2

TIG Magento 2 PostNL extension

58544.2k4](/packages/tig-postnl-magento2)[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[doofinder/doofinder-magento2

Doofinder module for Magento 2

13204.0k1](/packages/doofinder-doofinder-magento2)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)

PHPackages © 2026

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