-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check that the wp-crons are enabled #33
Comments
Hi @rwngallego I could work on this. The idea is to create a "fake" scheduled action recording its execution time somewhere, just to see if it is executed and when, so in this way we can monitor if a cron (wp-cron or system cron) is "running". |
Hi @MocioF, that would be awesome! :) I was thinking in either any of those two options. Let's go first with the bare minimum and if necessary we could extend it later. So let's do it with the DISABLE_WP_CRON flag first. |
Hi, @rwngallego I worked on this. |
This has been released in |
Make sure that the plugin warns if the wp-crons are disabled. Usually they're disabled like this: https://zeropointdevelopment.com/disabling-wp-cron-in-wordpress/#:~:text=To%20disable%20WP%2DCron%20in,up%20from%20your%20local%20machine.
If they're disabled, the plugin cannot execute the background jobs.
The text was updated successfully, but these errors were encountered: