Cron Manager jobs for wordpoints
-
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]
- The topic ‘Cron Manager jobs for wordpoints’ is closed to new replies.