• Hello.

    Scheduled posts doesn’t work when Object cache is enabled.

    My configuration:
    – WordPress 4.3
    – W3 Total Cache 0.9.4.1
    – PHP 5.2.42

    Test 1.
    – Disable Object cache
    – Schedule a new post publication in the future (id = 18019)
    – Check cron task and search for the new post:
    [1440367151] => Array(
    [publish_future_post] => Array (
    [af4934efbd7edbf10b44d27f4e27c5a2] => Array (
    [schedule] =>
    [args] => Array (
    [0] => 18019
    )
    )
    )
    )
    – Modify publication data and recheck cron tasks. Publishing timestamp changed to 1440370811 (later was 1440367151).

    Test 2
    – Enable object cache to disk
    – Schedule a new post publication in the future (id = 18021)
    – Check cron task and search for the future posts:
    [1440370811] -> post 18019 is present, but post 18021 doesn’t appear in cron tasks.
    Wordpress’ desktop shows both posts as scheduled, but only one is in the cron tasks.

    Sometimes, when I edit a post’s publication date, the cron task remains the same: the timestamp doesn’t change. Other times it works.

    Kind regards,

    https://ww.wp.xz.cn/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • I think I’m experiencing this issue as well. Even if I call wp-cron.php manually it doesn’t seem to have an effect.

    The other weird thing I’m experiencing is the “publish_future_post” cron is schedule for 1-3 weeks out?!

Viewing 1 replies (of 1 total)

The topic ‘Scheduled posts aren't updated/saved in cron tasks’ is closed to new replies.