macandcheese
New Pleskian
Currently, when enabling 'Take over wp-cron.php' and 'Create a replacement task (...)', the cron job that's created only runs twice an hour. (See screenshots below)
This seems wrong; any Wordpress cronjob that needs to run at a higher interval, will fire too late.
There is no performance benefit to running wp-cron less often, in fact, it might cause performance problems, because late jobs would pile up.
We have a bunch of sites that needed their cronjobs to be manually tweaked due to this.
Can the default wp-cron.php interval be changed to every minute, please?
One source that offers some more explanation: Event Scheduling and wp-cron - Support Center



This seems wrong; any Wordpress cronjob that needs to run at a higher interval, will fire too late.
There is no performance benefit to running wp-cron less often, in fact, it might cause performance problems, because late jobs would pile up.
We have a bunch of sites that needed their cronjobs to be manually tweaked due to this.
Can the default wp-cron.php interval be changed to every minute, please?
One source that offers some more explanation: Event Scheduling and wp-cron - Support Center
Missed crons and crons that run too frequently can both be resolved by enabling the [system native cronjob]. This alternate cron is a service on the server itself and checks for “due now” crons every minute by curling wp-cron.php, rather than running cron processes based on traffic flow.


