Changes between Initial Version and Version 2 of Ticket #51816
- Timestamp:
- 11/18/2020 03:01:33 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51816 – Description
initial v2 11 11 One way to do this would be in `WP_Recovery_Mode::handle_error` to check `wp_doing_cron()` and if so to trigger another `spawn_cron` but with a recovery mode token appended that could only be utilized when `wp_doing_cron()`. That way it wouldn't be exposed if a site was using the alternate cron setup. 12 12 13 This wouldn't work for setups that are using a n alternatecron runner, or using WP CLI to trigger cron jobs. But I think it would be possible to make work for users who are pinging `wp-cron.php` manually.13 This wouldn't work for setups that are using a custom cron runner, or using WP CLI to trigger cron jobs. But I think it would be possible to make work for users who are pinging `wp-cron.php` manually.