• Hello, whenever I am scheduling, sometimes my posts miss scheduling. The seconds input is missing, which I had always setup via JS to “00” (on wp 4.X version). On WP 5.0 this is now gone and I cannot schedule correctly anymore. Somebody have an idea?

Viewing 1 replies (of 1 total)
  • I doubt it’s the seconds setting. That’s probably defaulted to the ‘zeroth’ second if not explicitly set.

    WordPress sometimes misses the schedule due to no activity right at the time you set for an action to happen.

    I have one site that only runs tasks at an hour wide window at midnight. Those tasks are forced by a cron task instead of depending on the WordPress PsuedoCron and yet there will be a miss from time to time and often a few tasks won’t run that night.

    That said, you might want to take more control of the crontask by running this plugin and triggering it with a crontask from your control panel.

    https://www.ads-software.com/plugins/wp-cron-control/

    If you wish to take even further control you may like this plugin but it’s pretty involved. https://www.ads-software.com/plugins/wp-crontrol/

Viewing 1 replies (of 1 total)
  • The topic ‘[WP 5.0] WordPress seconds’ is closed to new replies.