[wp-trac] [WordPress Trac] #13158: Cron : some events may not be scheduled

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 27 23:29:46 UTC 2010


#13158: Cron : some events may not be scheduled
--------------------------+-------------------------------------------------
 Reporter:  arena         |       Owner:  westi
     Type:  defect (bug)  |      Status:  new  
 Priority:  high          |   Milestone:  3.0  
Component:  Cron          |     Version:  3.0  
 Severity:  major         |    Keywords:       
--------------------------+-------------------------------------------------
 the problem appears when two different events are scheduled at the same
 time

 what happens in code is :

 1st event : _get_cron_array();
 2nd event : _get_cron_array();

 1st event : _set_cron_array( $crons );
 2nd event : _set_cron_array( $crons );


 1st event is lost.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13158>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list