I’ve arrange my web site to run the WordPress cron (wp-cron.php) as an actual cron job each 10 minutes and added outline(‘DISABLE_WP_CRON’, true); to my wp-config.php file.
It appears the cron is operating as anticipated, however scheduled posts are usually not printed as they need to. I get the missed scheduled error.
I haven’t got any caching plugins however I do use Cloudflare. I can see the requests to wp-cron.php shouldn’t be cached by Cloudflare and the response is returned by the origin server.
- Any thought why the scheduled posts are usually not being printed when they need to be?
- Is 10 minutes an inexpensive interval to run the cron and nonetheless anticipate scheduled posts to be printed?
- If the problem is caching, wouldn’t it assist so as to add a timestamp to the cron job, and are there any dangers concerned with doing this?