I don't know... otherwise the cache:warmup task would be redundant? k --
Kris Wallsmith | Release Manager [email protected] Portland, Oregon USA http://twitter.com/kriswallsmith On Feb 7, 2011, at 1:51 PM, Lukas Kahwe Smith wrote: > Hi, > > is there a reason why cache warming is disabled for CLI? > if ($fresh && 'cli' !== php_sapi_name()) { > > $this->container->get('cache_warmer')->warmUp($this->container->getParameter('kernel.cache_dir')); > } > > This is causing my CI server to fail, because the proxy dir isnt being > created. Is this because you dont want any CLI command to trigger cache > warming? If so could we get some value like "force" to be able to ensure that > for testing its still supported? > > regards, > Lukas Kahwe Smith > [email protected] > > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
