tune(vigilance): cache TTL 15min → 5min pour capter bulletins complémentaires MF
Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Florian 2026-05-26 02:01:29 +02:00
parent 5f8b765d79
commit 0a1f11aa00

View file

@ -8,7 +8,9 @@ REDIS_URL=redis://info-canicule:{{ pass://Infra/Valkey — info-canicule/passwor
# Provider Vigilance : `meteofrance` (API officielle, frais) ou `opendatasoft` (no-auth, lag possible).
# Vide = auto (MF si METEOFRANCE_API_KEY défini, sinon opendatasoft).
VIGILANCE_PROVIDER=
VIGILANCE_CACHE_TTL=900
# 300s = 5 min. Météo France publie 2 bulletins/jour (06h et 16h Paris) +
# bulletins complémentaires sur rouge. 5 min permet de capter ces complémentaires vite.
VIGILANCE_CACHE_TTL=300
# Umami analytics (RGPD, auto-hébergé — analytics.nocleus.com)
UMAMI_WEBSITE_ID={{ pass://Infra/Umami — info-canicule/website_id }}