Viewing 2 replies - 1 through 2 (of 2 total)
  • same problem

    I researched code of “Disqus” plugin.

    It’s code, where task schedules:

    $ts = time() + 300;
    wp_schedule_single_event($ts, 'dsq_sync_forum');

    and comment to it:

    // schedule the event for 5 minutes from now in case they
    // happen to make a quick post

    So, task “dsq_sync_forum” is single. After launch it must be deleted.
    Can be reason, that you watching crontrol’s page when task already deleted?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disqus cron job dsq_sync_forum not show in the list’ is closed to new replies.