[wp-trac] [WordPress Trac] #19700: Cron locking still not fixed in 3.3
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 30 23:48:55 UTC 2011
#19700: Cron locking still not fixed in 3.3
--------------------------+------------------------------
Reporter: archon810 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Cron | Version: 3.3
Severity: major | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dd32):
It looks like we're still using time() for the unique cron lock? Perhaps
changing this to microtime(true) (to get a float with milliseconds) or
some other unique hash will help limit the occurrences of this happening.
I'm thinking perhaps a Hash of some environmental variables unique to each
user..
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19700#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list