Closed
Description
Symfony version(s) affected
6.3.0
Description
When using the bin/console cache:pool:clear --all
command in the PROD environment, it seems like the the dependency container does not remove the cache.scheduler
and cache.asset_mapper
services from the collection, passed to the clear command.
None of the symfony/asset-mapper
or symfony/scheduler
packages are installed. Defining the missing cache pools in the cache.yaml
fixed that problem as a workaround for now.
How to reproduce
Will create a reproduce repository later on.
Possible Solution
No response
Additional Context
No response