• Resolved blindpet

    (@blindpet)


    I am finding that I have to manually clean the dsq_sync_forum cronjobs created by this excellent plugin, my cron is working otherwise for plugin updates but for some reason these aren’t firing and just build up. Is there a way I can disable this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hey @blindpet,

    That’s a known bug from Disqus. It will be fixed in next version 🙂

    Thread Starter blindpet

    (@blindpet)

    Thanks Joel!

    Hi @joelcj91

    This problem has now been resolved in Disqus core;

    
    $next_scheduled = wp_next_scheduled('dsq_sync_forum');
                        if($next_scheduled) {
                            // error_log("Not scheduling dsq_sync_forum because it's already scheduled for " . $next_scheduled);
                        } else {
                            // error_log("Scheduling for $ts because dsq_sync_forum is not currently scheduled.");
                            wp_schedule_single_event($ts, 'dsq_sync_forum');
                        }

    Any chance you get this into your plugin ASAP? It’s started dragging our site with thousands of cronjobs in the queue and we really want to be able to use the plugin.

    Thanks mate,
    Phil

    Plugin Author Joel James

    (@joelcj91)

    Thanks @philsmart & @blindpet,

    Fixed 🙂 Please update to 10.2.4.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A lot of unfired dsq_sync_forum cronjobs’ is closed to new replies.