cron being blocked
-
It seems sometimes mainwp blocks cronjobs. When this happens, this appears in the logs:
[07-Jan-2023 06:20:01 UTC] Cron reschedule event error for hook: mainwp_child_cron_plugin_health_check_watcher, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {“schedule”:”hourly”,”args”:[],”interval”:3600}
I use the system cron to call wp cron every five minutes, but when this error arrives, cronjobs no longer get executed. The only solution I have is to deactivate the mainwp plugin, after which cronjobs start working again.
Now, maybe this is related to object caching of some kind? I use acpu as caching mechanism. I now stopped using it (to verify if it is related).
- The topic ‘cron being blocked’ is closed to new replies.