Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554907

    Hi.

    When ever we schedule a post it does not work, we go back into admin after it should of gone live and it just says “schedule missed”

    Any ideas?

    Thanks

    #554978

    Hi mmsdev!

    Please try going to wp-includes/cron.php file and find

    wp_remote_post ($cron_url, Array (' timeout' => 0.01, ' blocking' => false));

    and change it to

    wp_remote_post ($cron_url, Array (' timeout' => 20, ' blocking' => false));

    and check if that helps

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.