fix: deplacer le pool dns_infra_cache dans le bon fichier cache.yaml

config/packages/cache.yaml:
- Ajout du pool dns_infra_cache avec adapter cache.app et TTL 3600s
- Le pool etait dans config/packages/packages/cache.yaml qui est
  surcharge par config/packages/cache.yaml, donc le service
  dns_infra_cache n'existait pas

config/packages/packages/cache.yaml:
- Suppression du pool dns_infra_cache (doublon)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-02 22:17:29 +02:00
parent 28b84f09d4
commit a9057374d4
2 changed files with 4 additions and 5 deletions

View File

@@ -15,5 +15,7 @@ framework:
#app: cache.adapter.apcu
# Namespaced pools use the above "app" backend by default
#pools:
#my.dedicated.cache: null
pools:
dns_infra_cache:
adapter: cache.app
default_lifetime: 3600

View File

@@ -17,6 +17,3 @@ framework:
adapter: cache.adapter.redis
vite_cache_pool:
adapter: cache.adapter.redis
dns_infra_cache:
adapter: cache.adapter.redis
default_lifetime: 3600