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

Existing jobs #112

Closed henrywright closed 3 years ago

henrywright commented 3 years ago

Hey

What will happen to existing jobs if I install Cavalcade? Do they get migrated to the new table?

rmccue commented 3 years ago

Jobs aren’t migrated, no. Provided that your code is conditionally scheduling recurring jobs, it’ll see that it’s not scheduled when you activate Cavalcade, and will then register itself, so migration generally isn’t necessary for existing recurring jobs.

(One-off jobs you’d need to migrate if you want to keep them.)

henrywright commented 3 years ago

Got you. Thanks @rmccue