• Resolved natalietpc

    (@natalietpc)


    Hi! I’ve been using PublishPress Revisions to schedule revisions out for the last month without any issues. This week, the schedule started failing.

    When I first started using the plugin, I had to uncheck “Use WP-Cron scheduling” to have scheduled revisions go through. In troubleshooting, I’ve tried:

    • Switching the time zone in WordPress to match the server
    • Disabling asynchronous publishing
    • Toggling off cache settings

    I still haven’t been able to get a scheduled revision to publish. What other troubleshooting steps should I take?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @natalietpc

    Have you tried to use cron plugin like WP Crontrol? Did you see a cron event created? And what happened with the cron after it hit the scheduled time?

    Thanks,

    Thread Starter natalietpc

    (@natalietpc)

    Hi @rizaardiyanto,

    I installed WP Crontrol and see a cron event set up for a test revision that I scheduled. The revision still missed its schedule (in the Revisions queue). After missing the schedule, the cron event duplicated(?) but doesn’t indicate any issues in Crontrol.

    Here’s a screenshot for your reference:

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    I tested, and the scheduled revision works fine on our side. Most of the time, this issue is caused by the cache plugin. Could you please test this by deactivating the plugin cache, rather than just turning it off?

    Thread Starter natalietpc

    (@natalietpc)

    I did have a successful test after deactivating SG Optimizer. After toggling different cache settings on and off, it looks like the Memcached setting is where we’re running into the issue. Do you think this might be an issue between WP Cron and Memcached? Or is there a way we might be able to work around this?

    Thank you!

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    @natalietpc Scheduled Revision publication is triggered by WP Cron, which requires a site request to be passed through to normal PHP script execution. If a page is being cached, there’s no way that a site user hitting that cached page is going to trigger our PHP script to update it; there has to be some non-cached site request to trigger the WP Cron.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Scheduled revisions stopped working’ is closed to new replies.