humanmade / cavalcade-runner
Daemon for Cavalcade, a scalable WordPress jobs system.
1.0.3
2026-09-22 13:58 UTC
Requires
- php: >=5.6
- ext-pcntl: *
- ext-pdo_mysql: *
Requires (Dev)
- humanmade/coding-standards: 1.0.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-22 13:58:57 UTC
README
|
Cavalcade-Runner Daemon for Cavalcade, a scalable WordPress jobs system. |
|
| A Human Made project. Maintained by @rmccue. |
|
What?
This is the runner for Cavalcade. Head over to the Cavalcade repo to learn more about running this.
Configuration
| Environment variable | Default | Description |
|---|---|---|
CAVALCADE_MAX_WORKERS |
4 |
Maximum number of jobs to run concurrently. |
Each worker is a full WordPress process, so the worker count largely determines the Runner's peak memory use. Lower it on hosts with limited memory.