humanmade / Cavalcade

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

Support Schedule #62

Closed peterwilsoncc closed 5 years ago

peterwilsoncc commented 5 years ago

Adds support for the WP Cron API's named schedules.

See #29

peterwilsoncc commented 5 years ago

Needs some additional logic for rescheduling tasks.

Currently, rescheduling an event with the same schedule results in a new entry in the jobs table as the calls to array_diff() see them as different.

peterwilsoncc commented 5 years ago

@rmccue I reckon this is ready for another look:

Needs some additional logic for rescheduling tasks.

The comment above was a misunderstanding on your author's behalf...

peterwilsoncc commented 5 years ago

@joehoyle Requesting a review from you on @rmccue's suggestion it get reviewed by the servers team.