Cron Jobs are getting crazy

techtapole.rf.gd

Error Message

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 ?
image

I might be wrong, but I don’t think Cron is avalible on free plans

I dont know if the wordpress jobs use the standard Cron though :confused:

Does that mean there is no way to stop that, if the cron is unavailable in the free plan why does it stack cron jobs ?

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.

3 Likes

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.

5 Likes

Yes that’s done as i have said, and i installed the plugin right away to run the remaining crons, but all it did is stacking crons

How to do that please ?

Simply going to http://techtapole.rf.gd/wp-cron.php will trigger the cron schedule to run.

6 Likes

I did, is it normal to have a blank page ?

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.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.