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
Many of us, for performance reasons or otherwise, disable WP Cron and use the system cron to execute these jobs. We still receive the warning. While not critical, it would be nice to see these warnings go away.
I'd create a PR for this, but there are some questions surrounding this. Primarily, this may create confusion for someone who inadvertently disable WP Cron.
We could simply check the value of DISABLE_WP_CRON and skip the notification in check_status, or maybe the alternative in the setup and settings is to let the user know that WP Cron is disabled and allow them to turn the warning on/off and carry that setting into the status check.
Anyone have thoughts on this?
The text was updated successfully, but these errors were encountered:
In
QueueStatus
check_status
there's a check to see if WP Cron is working.Many of us, for performance reasons or otherwise, disable WP Cron and use the system cron to execute these jobs. We still receive the warning. While not critical, it would be nice to see these warnings go away.
I'd create a PR for this, but there are some questions surrounding this. Primarily, this may create confusion for someone who inadvertently disable WP Cron.
We could simply check the value of
DISABLE_WP_CRON
and skip the notification incheck_status
, or maybe the alternative in the setup and settings is to let the user know that WP Cron is disabled and allow them to turn the warning on/off and carry that setting into the status check.Anyone have thoughts on this?
The text was updated successfully, but these errors were encountered: