WP_Cron script not updating all posts in loop
The wp-cron process runs as a web request. PHP processes run from the web typically have a limit to their run time, like 60 seconds or so. Processes run as a command line process (like from a real cron) have no such limit. So the problem here is that the script takes too long to … Read more