[wp-trac] [WordPress Trac] #10353: working cron for restrictive hosts

WordPress Trac wp-trac at lists.automattic.com
Tue Jul 7 22:30:52 UTC 2009


#10353: working cron for restrictive hosts
-----------------------------+----------------------------------------------
 Reporter:  cookeal          |        Owner:         
     Type:  feature request  |       Status:  closed 
 Priority:  normal           |    Milestone:  2.8.1  
Component:  Cron             |      Version:  2.7.1  
 Severity:  normal           |   Resolution:  wontfix
 Keywords:  cron callback    |  
-----------------------------+----------------------------------------------
Changes (by azaozz):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Unfortunately this solution is host specific. Preferable way to do this is
 to configure the "real" cron when available in the hosting control panel
 adding the same command there (/wp-cron.php supports this now).

 Alternatively try adding
 {{{
 define('ALTERNATE_WP_CRON', true);
 }}}
 to wp-config.php. This changes the spawning method for the pseudo-cron.

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


More information about the wp-trac mailing list