[wp-trac] [WordPress Trac] #18738: Improving cron spawning and other non-blocking HTTP requests
WordPress Trac
noreply at wordpress.org
Wed Jan 9 01:05:20 UTC 2019
#18738: Improving cron spawning and other non-blocking HTTP requests
-------------------------------------------------+-----------------------
Reporter: johnbillion | Owner: (none)
Type: enhancement | Status: reopened
Priority: normal | Milestone: 5.1
Component: HTTP API | Version:
Severity: normal | Resolution:
Keywords: has-patch wpcom-hack needs-dev-note | Focuses:
-------------------------------------------------+-----------------------
Comment (by tellyworth):
In [changeset:"44488" 44488]:
{{{
#!CommitTicketReference repository="" revision="44488"
Cron API: Make wp-cron.php non-blocking where possible.
This should make cron spawning faster by ensuring requests to wp-cron.php
return immediately regardless of transport method. It is enabled only on
recent PHP versions with fastcgi, due to historical bugs and availability
of `fastcgi_finish_request()`. This needs testing on a range of platforms,
to help determine if it's safe to use in other contexts also.
Props vnsavage, johnbillion, jnylen0.
See #18738, #41358
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/18738#comment:41>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list