• Resolved squaladesign

    (@squaladesign)


    I’m developing a website and I have a very basic setup yet, I was just adding categories and product. I saw every day this error message:

    Action Scheduler:?324?past-due actions?found; something may be wrong.?Read documentation ?

    I never seen this message before and I develop at least 100 websites before. The documentation is not helping.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @squaladesign

    You can check these tutorial on how to troubleshoot it:
    https://www.thekonsulthub.com/wordpress-action-scheduler-error/
    https://rankmath.com/kb/fix-action-scheduler-warning/

    Also could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    Hi?@squaladesign

    The past due actions notice is a relatively new addtion to action scheduler. That’s on of the reasons you wouldn’t have seen in the past.

    I’m developing a website and I have a very basic setup

    Action Scheduler does not run actions in a lot of development environments for two reasons:

    • The async runner relies on the WordPress install being able to find it’s web host. A lot of development environments don’t support that.
    • WordPress cron relies on front end traffic to run. Unless you are browsing the front end of the development site regularly, the AS cron runner won’t run.

    If you have WPCLI installed in your development environment you can run the actions with wp action-scheduler run.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Action Scheduler: 324 past-due actions found; something may be wrong.’ is closed to new replies.