Hi, I am having some issues with my WP cron, and I have been trying to troubleshoot what the issue is. I am trying to figure out what a specific cron job/log is doing and what is happening. Would a plugin like wp crontrol help me identify what this cron job is and what is actually happening in this sequence?
In my PHP logs on my wordpress dashboard I keep getting the logs listed below. The reschedule event seems to trigger, and then the unscheduled event right after. I get periods during the day where this log keeps persisting for an hour or so (triggering every minute or so).
​
Anyone have any experience in trying to figure out what the cron job is doing? I do have much development background so any help would be appreciated!
​
Cron unschedule event error for hook: wp\_1\_wc\_prl\_generator\_cron, Error code: could\_not\_set, Error message: The cron event list could not be saved., Data: {“schedule”:”wp\_1\_wc\_prl\_generator\_cron\_interval”,”args”:\[\],”interval”:60}
​
Cron reschedule event error for hook: wp\_1\_wc\_prl\_generator\_cron, Error code: schedule\_event\_false, Error message: A plugin disallowed this event., Data: {“schedule”:”wp\_1\_wc\_prl\_generator\_cron\_interval”,”args”:\[\],”interval”:60}
[ad_2]
Try WP Control(John Blackbourn) plugin. Will help you dig into the cron settings.