Commit Graph

16 Commits

Author SHA1 Message Date
b0txec 3eddf95008 Split ENABLE_LEGACY_PROVIDER_JOBS into independent FTP/HARMONIE flags
Real LVGMC FTP credentials arrived today; real DMI HARMONIE
credentials haven't. The combined flag would have enabled both the
moment FTP's were ready, crash-looping the app on HARMONIE's still-
placeholder values via parMapN — caught this before it happened
(the Grib job was ~15 min from its first scheduled run). Split into
ENABLE_LVGMC_FTP_JOBS and ENABLE_HARMONIE_JOBS so each provider can
be enabled independently as its own credentials become real.
2026-08-23 21:32:11 +03:00
b0txec 39fcb3ed6b Remove the dead METEO_* fetch path
Confirmed via git history it's not a separate vendor: the very first
commit (2023-04-13) included real sample CSVs from it with a Latvian
header identical to the LVGMC/open-data fields — same underlying LVĢMC
data, just an earlier delivery mechanism superseded by the FTP feed and
never removed. Never wired into anything that runs (Server.scala's
import was already commented out).
2026-08-23 10:49:26 +03:00
b0txec cb25316cdf Stop generating synthetic weather data 2026-08-23 10:24:23 +03:00
b0txec b1fff676af Add isolated staging and synthetic weather workflow 2026-08-18 21:26:34 +03:00
Guntis Smaukstelis 9d6b86e218 Fetching from ftp server 2025-03-09 20:02:16 +02:00
Guntis Smaukstelis 07df4d2cde Restart policy on docker level, max retries 10 2025-03-03 22:46:56 +02:00
Guntis Smaukstelis a3048d7cb3 Scala depends on node 2025-03-02 22:03:27 +02:00
Guntis Smaukstelis 6237788486 Data volume in docker-compose 2025-03-02 20:58:30 +02:00
Guntis Smaukstelis f98537b2d6 Postgres to 16.1 2025-02-27 11:10:33 +02:00
Guntis Smaukstelis 5bb4f1536f Update node, postgres. env variables for scala 2025-02-27 11:05:17 +02:00
Guntis Smaukstelis db0fd5bf62 Add POSTGRES_HOST to docker compose 2024-01-02 12:18:52 +02:00
Guntis Smaukstelis 7d78a96e35 Fix in docker-comose, binding changes 2023-12-28 12:11:08 +02:00
Guntis Smaukstelis 5d5a20e95a Replace pwd with relative path, update README 2023-12-28 00:13:26 +02:00
Guntis Smaukstelis 7305718c34 Cleanup and env file 2023-12-19 17:48:48 +02:00
Guntis Smaukstelis ac8c74fda1 Build web via node docker 2023-12-19 16:06:32 +02:00
Guntis Smaukstelis d08422f929 Docker compose for scala and postgres 2023-12-19 14:49:22 +02:00