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

Is cavalcade reliable? #22

Closed tillkruss closed 7 years ago

tillkruss commented 7 years ago

Hi!

We are using Cavalcade for a crucial part of our system. Can we be 100% certain that failed jobs will remain in the cavalcade_jobs table so we can re-run them at a later point in time, or is there any chance that they might disappear?

Thanks!

rmccue commented 7 years ago

There's absolutely no code in Cavalcade (either the plugin or runner) to clear out failed jobs, and Cavalcade is designed for concurrency, so as long as you trust MySQL, there's no chance they'll disappear. :)