humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
519 stars 46 forks source link

Document how to manually manage jobs. #76

Closed iandunn closed 5 years ago

iandunn commented 5 years ago

The wp cavalcade command is an essential part of managing a Cavalcade site, but previously the only mention of it was buried in the installation requirements.

It'd been a year or two since I'd needed to use it, and I'd forgotten that the commands were implemented under WP-CLI rather than the runner daemon (which makes sense in hindsight), so it took me 10 minutes of looking through code and documentation to figure out how to list/run jobs again.

Giving it a dedicated section in the Install documentation makes it much more discoverable.