Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I disabled wp-cron a long time ago at a network bridge level with the following comment: > Disable wp-cron requests that are extremely slow in node.js runtime environment. > @todo: Make wp-cron requests faster. That code path wasn't running in Node.js for months now. Also, Playground changed a lot since then and these requests no longer seem slow in my testing. This PR, thus, reinstantes wp-cron. Related to #1749 ## Testing instructions 1. Install wp-crontrol plugin and confirm on its settings page the schedules are running as expected. Confirm there are requests to wp-cron.php in devtools and that they're not slow. 2. Try it in the web version of Playground (`npm run dev`) 3. Try it in the CLI version of Playground (`bun packages/playground/cli/src/cli.ts server`) – although that one didn't even use the Wp_Http_Fetch_Base transport so nothing should change
- Loading branch information