PHPackages                             dd32/wpcli-cron-concurrent - 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. dd32/wpcli-cron-concurrent

ActiveWp-cli-package[Utility &amp; Helpers](/categories/utility)

dd32/wpcli-cron-concurrent
==========================

Runs WordPress cron tasks concurrently via wp-cli.

1.0.1(4mo ago)151↓88.9%MITPHPCI passing

Since Feb 24Pushed 4mo agoCompare

[ Source](https://github.com/dd32/wpcli-cron-concurrent)[ Packagist](https://packagist.org/packages/dd32/wpcli-cron-concurrent)[ RSS](/packages/dd32-wpcli-cron-concurrent/feed)WikiDiscussions trunk Synced today

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

wpcli-cron-concurrent
=====================

[](#wpcli-cron-concurrent)

A WP-CLI package that runs WordPress cron tasks concurrently instead of sequentially.

By default, `wp cron event run --all` processes each task one at a time. This package spawns parallel subprocesses so multiple cron hooks execute simultaneously, with a live progress display showing each task's status and output.

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

[](#installation)

```
wp package install dd32/wpcli-cron-concurrent
```

Usage
-----

[](#usage)

```
# Run all pending cron tasks concurrently (default: 5 at a time)
wp cron-concurrent run

# Run only hooks matching a substring
wp cron-concurrent run --filter=woocommerce

# Limit to 3 concurrent tasks
wp cron-concurrent run --concurrent=3
```

Options
-------

[](#options)

OptionDescriptionDefault`--filter=`Only run hooks whose name contains this string*(all hooks)*`--concurrent=`Maximum number of tasks to run at the same time5Development
-----------

[](#development)

Requires Node.js (for wp-env) and Docker.

```
npm install
npm run env:start
npm test
npm run env:stop
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance76

Regular maintenance activity

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

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

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c2d6e9206d0a217c3652ef1512ea90ebef02f534d373e60985e6c98ca75fac2?d=identicon)[dd32](/maintainers/dd32)

---

Top Contributors

[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (8 commits)")[![dd32](https://avatars.githubusercontent.com/u/767313?v=4)](https://github.com/dd32 "dd32 (7 commits)")

---

Tags

concurrentcronwp-cli

### Embed Badge

![Health badge](/badges/dd32-wpcli-cron-concurrent/health.svg)

```
[![Health](https://phpackages.com/badges/dd32-wpcli-cron-concurrent/health.svg)](https://phpackages.com/packages/dd32-wpcli-cron-concurrent)
```

###  Alternatives

[dragonmantank/cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due

4.7k510.8M734](/packages/dragonmantank-cron-expression)[lorisleiva/cron-translator

Makes CRON expressions human-readable

3149.6M41](/packages/lorisleiva-cron-translator)[wp-cli/core-command

Downloads, installs, updates, and manages a WordPress installation.

5211.3M30](/packages/wp-cli-core-command)[symfony/scheduler

Provides scheduling through Symfony Messenger

9114.1M115](/packages/symfony-scheduler)[mybuilder/cronos

Configure Cron task through PHP

156536.9k2](/packages/mybuilder-cronos)[magemojo/m2-ce-cron

Replacement package for Magento 2 Cron Functionality

163331.1k](/packages/magemojo-m2-ce-cron)

PHPackages © 2026

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