You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.