It’s happening for a few weeks in my site, there are so many schedule tasks which are pending and daily when I log in to my site I got this warning message on my dashboard:
“Action Scheduler: 0 past-due actions found; something may be wrong?”
My backups stopped working automatically and themes, plugins also don’t update automatically now.
​
After reading some articles I added,
define(‘DISABLE\_WP\_CRON’, true);
in the wpconfig.php and added a corn job in cpanel.
​
Now, Updraftplus backup plugin showing these 2 messages:
“Warning: WordPress has a number (40) of scheduled tasks which are overdue. Unless this is a development site, this means that the scheduler in your WordPress install is not working properly.”
“The scheduler is disabled in your WordPress install, via the DISABLE\_WP\_CRON setting. No backups can run (even “Backup Now”) unless either you have set up a facility to call the scheduler manually, or until it is enabled”.
​
1. Is the default Wp-corn.php got broken?
2. Do I have to manually add shell file for corn job now?
3. From, WP Control plugin I saw most of the schedule tasks stopped working a month ago, what should I do?
​
Please help. Thanks.
[ad_2]