Split scheduled jobs so the working open-data fetch can run without the credential-less FTP/Harmonie jobs crash-looping the app

This commit is contained in:
b0txec
2026-08-23 10:34:44 +03:00
parent 82d9e0ba6e
commit 6ddfe73ca0
2 changed files with 21 additions and 2 deletions
+5
View File
@@ -6,6 +6,11 @@ POSTGRES_HOST=postgres
APP_BIND_ADDRESS=127.0.0.1
APP_PORT=9090
ENABLE_SCHEDULED_JOBS=true
# Gates the FTP station fetch and DMI Harmonie fetch specifically, separately
# from ENABLE_SCHEDULED_JOBS, since both require real credentials below.
# Leave false until those are real; both jobs throw on placeholder values,
# and would otherwise crash-loop the whole app rather than just fail quietly.
ENABLE_LEGACY_PROVIDER_JOBS=false
METEO_USER=aaa
METEO_PASSWORD=aaa