• JD – still loving your plugin – it’s helping me retain customers & added a ‘game element’ to our subscribers.
    I’m also running Advanced CRON manager on my site- when I look through the list of CRON jobs that have been scheduled, I see this one job for WP-points appearing repeatedly:
    wordpoints_check_for_extension_updates
    the function it’s calling is:
    function cron_wordpoints_check_for_extension_updates_78dbe5e5() {
    // do stuff
    }

    add_action( ‘wordpoints_check_for_extension_updates’, ‘cron_wordpoints_check_for_extension_updates_78dbe5e5’, 10, 0 );

    So, it looks like it is just looking for updates to your plugin extension – should only look 2 x per day. BUT, there are 339 of these exact same jobs in the QUEUE. a good third of them are for today alone.

    Am I safe to delete all but one of these?

    -Dave

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author J.D. Grimes

    (@jdgrimes)

    Hi Dave,

    Yes, you can delete the excess jobs. There is only supposed to ever be one of these jobs registered, but perhaps there is a bug somewhere. I’ll see about fixing it in a future update.

    Thread Starter davehafer

    (@davehafer)

    Great! Thank you.

    Thread Starter davehafer

    (@davehafer)

    So, I know CRON jobs isn’t your thing, but I’ve tried to delete these jobs 4 times and they won’t go away. Any suggestions?

    Thread Starter davehafer

    (@davehafer)

    Disregard – wordpress will only allow about 10 records to be deleted at a time. After multiple attempts I managed to get all but 1 removed. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cron Manager jobs for wordpoints’ is closed to new replies.