YahnisElsts / wp-update-server

A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduled event, puc_cron_check_updates-plugin-slug, failed to run

janeks opened this issue · comments

Error in WP Site Health: The scheduled event, puc_cron_check_updates-plugin-slug, failed to run.

Plugin Update Checker Library 4.6. A few plugins with the same library but no other error messages.

There are a few different things that could cause something like that.

How much traffic does the site get? By default, WordPress Cron is only triggered on a pageload, so if there's not a lot of visitors then some scheduled events could be missed.

I'm not deeply familiar with how this Cron implementation works, but I think a fatal error in a cron job could also prevent it from running some jobs/events. Are there any recent errors in the PHP error log? The error (if any) might not mention this library or the plugin that uses it. An error in another plugin's cron job could be the cause.

Did happen on the client's site I have no access to. I'm going to include it in our documentation.
Thank you.