How to fix “Missed Schedule” in 5.0 considering WP-Cron
-
Our site posts essays every day at the same time for RSS-driven hooks to MailChimp and to read on our site. Each post is written in advance and scheduled to publish, and has seldom had problems in the few years we’ve been using WordPress. For the first time ever I saw a “missed schedule” red notification on the post that failed to appear in inboxes this morning.
I proceeded to discover that Cron jobs depend on web traffic, which is totally terrible for us, since we’re driving viewers to their inboxes rather than directly to us. I tried to find how to force the Cron to work every hour or every five minutes instead of once daily, but all the suggested fixes or suggested plugins are distinctly pre-WP5.0. In WP 5.0 there’s now WP-Cron.php and none of the usually recommended cron plugins have been tested with the latest versions. I don’t know if creating a new cron job through my hosting portal will actually be overwritten or ignored because of the new wp-cron thing. I really don’t want to go around futzing with my config or wp-cron php files, and I can’t make heads or tails of how to actually force my site to publish a scheduled post when I goshdarned tell it to. (I installed the free version of Advanced Cron Manager plugin but I don’t really understand that tool or what schedule I specifically need to modify or create in order to deal with scheduled posts.)
Does anyone have any better plugin suggestions, or an idea of how best to modify wp-cron? Has anyone else experienced a new instance or uptick in missed schedules now that we’re in 5.0+ or maybe found that other triggers aren’t happening normally? I can’t tell if the issue I’m having is related to cron, wp5.0 or something else.
Thank you!
- The topic ‘How to fix “Missed Schedule” in 5.0 considering WP-Cron’ is closed to new replies.