[wp-trac] [WordPress Trac] #19700: Cron locking still not fixed in 3.3
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 8 19:29:10 UTC 2012
#19700: Cron locking still not fixed in 3.3
--------------------------+------------------
Reporter: archon810 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.4
Component: Cron | Version: 3.3
Severity: major | Resolution:
Keywords: |
--------------------------+------------------
Comment (by ryan):
That patch results in a doing_cron transient that looks like:
1326050455.4191329479217529296875. The microtime float is cast to a string
with sprintf() to avoid loss of resolution when passing it to db/cache and
wp-cron.php. The lock tests compare doing_cron and doing_wp_cron as
strings. We could add a few random digits to the end to make each request
even more unique.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19700#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list