Erick Hitter
Erick Hitter
Cron Control includes a job that runs every minute, force-publishing posts that missed their scheduled times. Since the async transitions code excludes the CLI context (#471), this manually queues the...
Cached or not, the result of the remote request is only used to determine if `instant_articles_embed_get_html()` should be called, which itself returns early when called outside of the transformation process....
REST API and WP-CLI should provide a healthcheck covering: * pending events * oldest event * lock status * ???
Under a multisite, only the main site is checked to trigger the runner's backoff functionality, but each subsite can disable its execution independently. The runner's CLI commands respect the value...
When checking if events are firing, ignoring Internal Events, which bypass locks, would be helpful.
The presence of `DOING_CRON` is relied upon by many uses of cron. Test should confirm that we're setting it whenever listing events or running them, regardless of the plugin's execution...
The changes from #118 and #119 need some tests.
It would be useful for the plugin to provide an example of how to trigger the endpoint. A proper readme will help with this, but an adaptation of https://git.ethitter.com/snippets/31 should...
Fixes #27, #29
- [ ] Account for revision triggering save-post callback first - [ ] Nonce and other hardening - [ ] Tests