Enable real scheduled data ingestion on the VPS

Flips ENABLE_SCHEDULED_JOBS on for the VPS release: the open-data
station and water-temperature paths are proven safe on Rocky.
ENABLE_LEGACY_PROVIDER_JOBS stays off pending real FTP/HARMONIE
credentials.
This commit is contained in:
b0txec
2026-08-23 12:09:41 +03:00
parent 69a5260e5f
commit 138f57c808
+4 -3
View File
@@ -31,11 +31,12 @@ services:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_HOST: postgres
ENABLE_SCHEDULED_JOBS: "false"
ENABLE_SCHEDULED_JOBS: "true"
ENABLE_LEGACY_PROVIDER_JOBS: "false"
DEBUG: "false"
# Provider services are currently constructed at startup even with jobs
# disabled, so inert values are required for synthetic-data UAT.
# The legacy FTP/HARMONIE provider services are still constructed at
# startup even though ENABLE_LEGACY_PROVIDER_JOBS keeps their scheduled
# jobs off, so inert values are required until real credentials exist.
LVGMC_USER: disabled
LVGMC_PASSWORD: disabled
LVGMC_URL: https://invalid.local/