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

wp_schedule_single_event with time() run during the execution of a cron event doesn't appear to be added to and run by cavalcade #14

Open aaronjorbin opened 8 years ago

aaronjorbin commented 8 years ago

Use case is an event which must come after the completion of another event.
example: Event_A calls wp_schedule_single_event( time(), 'event_b' ); Event_A shows up as completed in the log but event_ b never shows up in the log (neither the DB log or a piped to log from the cavalcade runner).

rmccue commented 8 years ago

I'm pretty sure that #15 is the root cause behind this one. If you see it again, please re-open. :)