[wp-trac] Re: [WordPress Trac] #5706: Cron is triggered several
times instead of just once
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 22 06:02:52 GMT 2008
#5706: Cron is triggered several times instead of just once
----------------------------+-----------------------------------------------
Reporter: Mrasnika | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3.3
Component: General | Version: 2.3.2
Severity: normal | Resolution:
Keywords: cron, schedule |
----------------------------+-----------------------------------------------
Comment (by DD32):
Quick Check: Do you have the Object Cache enabled?
(define('EBACLE_CACHE',true) in the wp-config file)
If so, Try disabling it:
{{{
define('DISABE_CACHE', true);
}}}
in #5199 that was brought up(options cache getting out of sync with
database), and as of a result, The Object cache has been removed from
2.4/2.5(Yet others can still load a object cache file if they want to)
--
Ticket URL: <http://trac.wordpress.org/ticket/5706#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list