From 0a1f11aa00a0cc2a057f4efc7f16bf9d97b992d8 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 26 May 2026 02:01:29 +0200 Subject: [PATCH] =?UTF-8?q?tune(vigilance):=20cache=20TTL=2015min=20?= =?UTF-8?q?=E2=86=92=205min=20pour=20capter=20bulletins=20compl=C3=A9menta?= =?UTF-8?q?ires=20MF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .env.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.tmpl b/.env.tmpl index 7d9473c..1195a0d 100644 --- a/.env.tmpl +++ b/.env.tmpl @@ -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 }}