Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57159, comment 3


Ignore:
Timestamp:
01/31/2023 03:53:23 PM (2 years ago)
Author:
rawrly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57159, comment 3

    initial v1  
    55One of the more serious examples would be the auto-update functionality, which relies on WP-Cron to complete.
    66
    7 CVE-2023-22622 is describing concern that if WP-Cron is failing or running sporadically, users should be made aware (so they can take action) instead of silently failing. To address this, WordPress can add a notification if WP-Cron tasks can be detected as not running.
     7CVE-2023-22622 describes a concern that if WP-Cron is failing or running sporadically, users should be made aware (so they can take action) instead of silently failing. To address this, WordPress can add a notification if WP-Cron tasks can be detected as not running.
    88
    9 Would it solve your concerns sebastienserre if wp-admin had a notification that WP-Cron tasks were running off schedule, or not at all? This is different than your original request, but may fulfill it just the same. As johnbillion mentioned, there are plugins available for improved management of WP-Cron tasks.
     9Would it solve your concerns sebastienserre? If wp-admin had a notification that WP-Cron tasks were running off schedule, or not at all? This is different than your original request, but may fulfill it just the same. As johnbillion mentioned, there are plugins available for improved management of WP-Cron tasks.
    1010
    1111---