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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user