humanmade / Cavalcade

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

Results of get_jobs_by_query can give stale timestamps for recurring jobs #111

Open roborourke opened 3 years ago

roborourke commented 3 years ago

If using wp_next_scheduled() to find the next scheduled event the timestamp of the next run might have changed but the function can still return the old timestamp.