Action Scheduler: 139 found; something may be wrong
Other Information
Hi
it started with 47 past due action, now it hitting the +100, i have disabled cron on wp-config, and used a plugin “easy cron”, but it seems like it does nothing, the list keeps growin, how do i stop that cron past action invasion ?
I seem to remember reading somewhere, that there is a way to run the jobs on wordpress when visting pages. But I’ll have to leave confirmation of that to someone who’s got more experience of wordpress
Becase Wordpress will keep adding jobs to the stack, but wont remove them until the server has run them. And since InfinityFree doesn’t support Cron jobs, they just stay in the list of jobs Wordpress wants completing.
Try setting “DISABLE_WP_CRON” to “true” and delete your cron plugin.
You can also try manually loading /wp-cron.php to move the system aloung.
By default, WordPress does not need a cron job, it just runs those tasks on pageload. However configuring a cron plugin and/or telling WP there is a cron job setup when there is not one probably results in the backlog as WP does not run it on pageload to improve load time and performance.
Yes, that’s normal I think. The wp-cron.php endpoint is not supposed to be accessed with a browser, it’s supposed to be run through cron. And when run through cron, it not generating output on a successful run is beneficial.