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

Exclude completed jobs from the cron array #15

Closed rmccue closed 8 years ago

rmccue commented 8 years ago

wp_schedule_single_event() doesn't reschedule single events if one has been scheduled in the past 10 mins, so we need to exclude completed jobs from the cron array.