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:
@@ -31,11 +31,12 @@ services:
|
|||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_HOST: postgres
|
POSTGRES_HOST: postgres
|
||||||
ENABLE_SCHEDULED_JOBS: "false"
|
ENABLE_SCHEDULED_JOBS: "true"
|
||||||
ENABLE_LEGACY_PROVIDER_JOBS: "false"
|
ENABLE_LEGACY_PROVIDER_JOBS: "false"
|
||||||
DEBUG: "false"
|
DEBUG: "false"
|
||||||
# Provider services are currently constructed at startup even with jobs
|
# The legacy FTP/HARMONIE provider services are still constructed at
|
||||||
# disabled, so inert values are required for synthetic-data UAT.
|
# 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_USER: disabled
|
||||||
LVGMC_PASSWORD: disabled
|
LVGMC_PASSWORD: disabled
|
||||||
LVGMC_URL: https://invalid.local/
|
LVGMC_URL: https://invalid.local/
|
||||||
|
|||||||
Reference in New Issue
Block a user