Search by

humanmade / cavalcade-runner

rmccueroborourkejoehoyle

Daemon for Cavalcade, a scalable WordPress jobs system.

Package info

github.com/humanmade/Cavalcade-Runner

pkg:composer/humanmade/cavalcade-runner

Statistics

Installs: 36 491

Dependents: 0

Suggesters: 0

Stars: 56

Open Issues: 15

1.0.3 2026-09-22 13:58 UTC

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.
Build status
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.