Warning: WordPress has a number (20) of scheduled tasks which are overdue

UpdraftPlus Home Forums Paid support forum – UpdraftPlus backup plugin Warning: WordPress has a number (20) of scheduled tasks which are overdue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #128266
    yuanong
    Participant

    I saw the warning: Warning: WordPress has a number (20) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working. Read this page for a guide to possible causes and how to fix it.

    I had add it this to my htaccess in the past. Is this causing the problem?
    <FilesMatch “.*”>
    Order deny,allow
    Deny from all
    Allow from 192.88.x.x

    </FilesMatch>

    #128267
    yuanong
    Participant

    I had added this to my htaccess in the past. Is this causing the problem?
    <FilesMatch “.*”>
    Order deny,allow
    Deny from all
    Allow from 192.88.x.x
    </FilesMatch>

    #128308
    udadmin
    Keymaster

    Yes, that’s possible. That rule means that only visits from 192.88.x.x can get through to WP’s scheduler, and so tasks will be backing up when nobody from that IP range is visiting the site. WP’s scheduler relies upon website visitors (since no visitors = WordPress doesn’t run = WordPress can’t service its scheduled tasks).

    #128387
    yuanong
    Participant

    I add that for security reasons, I won’t remove the code. I’m using website firewall. firewall IPs are allowed, those IPs will visit the site regularly.

    #128388
    yuanong
    Participant

    no human vistors on those IPs

    #128414
    udadmin
    Keymaster

    You need to set up something to visit /wp-cron.php regularly, if you have no human visitors. Otherwise, WordPress won’t be able to run its scheduled tasks.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Warning: WordPress has a number (20) of scheduled tasks which are overdue’ is closed to new replies.