• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Make wp-cron.php run every minute

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
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.




1716866909673.png
1716866912504.png
1716866943217.png
 
Back
Top