• Resolved craigmckee

    (@craigmckee)


    I’m getting this message when trying to manually run a cron-job – it was working 10 minutes ago ??

    Failed to schedule the cron event send_email_policy.

    ? Back

    This message was triggered by wp-crontrol.

    Call stack:

    1. wp_die()
      wp-content/plugins/wp-crontrol/src/bootstrap.php:625
    2. Crontrol\action_handle_posts()
      wp-includes/class-wp-hook.php:308
    3. do_action('init')
      wp-settings.php:617
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    I think there may be an issue with the object cache on your site, this error message only gets passed to wp_die() as a fallback if the transient system isn’t working correctly.

    You might want to try deactivating any plugins or drop-ins related to the cache on your site.

    Thread Starter craigmckee

    (@craigmckee)

    i managed to fix this in the end, there was a duplicate failed Cron job at the top of the list which seemed to be stuck, deleted it and it’s been ok since!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Message’ is closed to new replies.