[wp-trac] [WordPress Trac] #18100: Cron Loop does not work
WordPress Trac
wp-trac at lists.automattic.com
Mon Oct 3 23:11:12 UTC 2011
#18100: Cron Loop does not work
--------------------------+----------------------
Reporter: luis.ferro | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Cron | Version: 3.2
Severity: blocker | Resolution: invalid
Keywords: has-patch |
--------------------------+----------------------
Changes (by ryan):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
wp_cron() is not supposed to fire events. It determines enough to know
whether to call spawn_cron() which does an async, non-blocking request to
wp-cron.php which fires the cron events. That patch will block page loads
while processing cron events, which is not desired.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18100#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list