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

Reply via email to