You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this plugin might be blocking WordPress cron jobs (wp-cron.php) from running correctly. Here’s the context:
My WordPress installation is configured as a headless setup, so the front-end is rarely visited.
Recently, I noticed that scheduled tasks like backups and plugin auto-updates have stopped working.
I’m wondering if the plugin is redirecting requests to /wp-cron.php, which could explain why these cron jobs aren't being triggered.
@alexookah Have you tried adding that path to the excluded paths via the UI (under advanced settings)? If that fixes it, then I'll definitely get that updated in the code. Thanks for the heads up.
Yes, I just verified it. I added the path, and now cron jobs, such as plugin updates and scheduled backups, are working properly. The path to wp-cron.php is essential for cron jobs like automatic plugin updates and scheduled backups. I believe it should be included in the core's list of excluded paths.
I suspect this plugin might be blocking WordPress cron jobs (wp-cron.php) from running correctly. Here’s the context:
My WordPress installation is configured as a headless setup, so the front-end is rarely visited.
Recently, I noticed that scheduled tasks like backups and plugin auto-updates have stopped working.
I’m wondering if the plugin is redirecting requests to /wp-cron.php, which could explain why these cron jobs aren't being triggered.
Maybe this path should be added in the plugin exluded paths?
The text was updated successfully, but these errors were encountered: