capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
353 stars 65 forks source link

Remove cache warmup symfony 3.3 #84

Closed etokas closed 6 years ago

etokas commented 6 years ago

Since Symfony 3.3 cache warmup is depraced and remove at 4.0 https://github.com/symfony/symfony/pull/21038

tommygnr commented 6 years ago

@etokas you have misunderstood the change symfony made. Cache warmup has not been deprecated at all. What has been deprecated is warming the cache as part of the cache:clear command.