Automattic / Cron-Control

A fresh take on running WordPress's cron system, allowing parallel processing

Home Page:https://wordpress.org/plugins/wp-cron-control/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for `DOING_CRON` in REST and CLI requests

ethitter opened this issue · comments

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 method.