[wp-trac] [WordPress Trac] #23736: Transient running at incorrect intervals sometimes more often then set timeout

WordPress Trac noreply at wordpress.org
Mon Mar 11 12:09:23 UTC 2013


#23736: Transient running at incorrect intervals sometimes more often then set
timeout
--------------------------+-------------------------
 Reporter:  keendev       |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Cache         |     Version:  3.5.1
 Severity:  normal        |  Resolution:  worksforme
 Keywords:                |
--------------------------+-------------------------
Changes (by markoheijnen):

 * status:  new => closed
 * resolution:   => worksforme
 * milestone:  Awaiting Review =>


Comment:

 It's most likely a bug in your code. I see the result can be empty what
 would result in $final = false in the top of your code. So the code can
 run multiple times within the hour. If you only want once every hour then
 remove:
 {{{
 if (empty($final)) $final = false;
 }}}

 Closing as wont-fix since this seems more a support question that can be
 ask at http://wordpress.org/support/

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23736#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list