Automattic / WP-Cron-Control

This plugin allows you to take control over the execution of cron jobs.
20 stars 7 forks source link

`validate_scheduled_posts()` should process future posts in reasonably-sized groups #3

Closed ethitter closed 8 years ago

ethitter commented 8 years ago

Right now, validate_scheduled_posts() queries for all future posts, which doesn't scale. The function should set a limit and loop through resultsets instead of trying to process all at once.