humanmade / Cavalcade

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

Add a WP-CLI command to stop jobs #13

Closed BronsonQuick closed 7 years ago

BronsonQuick commented 8 years ago

There's a chance that you might end up with a stack of jobs running at once which can throttle a server. We should consider adding a command to stop jobs from running.

@rmccue does that sound like a good idea? Can you forsee any issues or reasons not to add a command for that?

rmccue commented 7 years ago

This is already handled by the system's supervisor, no need for a custom command.

service cavalcade stop