Cron running/rescheudled on every page load?
-
Hey all, I could be wrong here, but I’m pretty sure this line here is processing your cron queue on every single page load.
Now it’s possible that there isn’t always anything meaningful hooked into that cron process on page loads, but if nothing else, Site Health gets worried about this because it results in a perpetually overdue cron job.
And by putting everything into your own abstracted queue logic on a single hook, largely circumventing the WP queue system, it’s hard to use traditional WP Cron tools to debug what this plugin is doing. I don’t love it.
I understand the concern about zombie processes, but that’s what the deactivation hook is for.
Just my two ?? I suppose
- You must be logged in to reply to this topic.