From 1f0b1cd48f1bbfd50adc5189e7fdedff14cb5be5 Mon Sep 17 00:00:00 2001 From: Christophe Nouguier Date: Fri, 9 Oct 2020 17:25:09 +0200 Subject: [PATCH] feat: Bump Weacast loaders to version 1.4.2 (close #186) --- .env.default | 20 ++++++++++---------- docs/reference/environment.md | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.env.default b/.env.default index c63c34df6..95e088877 100644 --- a/.env.default +++ b/.env.default @@ -178,17 +178,17 @@ WEACAST_DEBUG= # Weacast loaders ARPEGE_WORLD_LOADER_IMAGE=weacast/weacast-arpege -ARPEGE_WORLD_LOADER_TAG=world-1.4.1 -ARPEGE_WORLD_LOADER_UPPER_LIMIT=367200 +ARPEGE_WORLD_LOADER_TAG=world-1.4.2 +ARPEGE_WORLD_LOADER_UPPER_LIMIT=172800 ARPEGE_EUROPE_LOADER_IMAGE=weacast/weacast-arpege -ARPEGE_EUROPE_LOADER_TAG=europe-1.4.1 -ARPEGE_EUROPE_LOADER_UPPER_LIMIT=367200 +ARPEGE_EUROPE_LOADER_TAG=europe-1.4.2 +ARPEGE_EUROPE_LOADER_UPPER_LIMIT=172800 AROME_FRANCE_LOADER_IMAGE=weacast/weacast-arome -AROME_FRANCE_LOADER_TAG=france-1.4.1 -AROME_FRANCE_LOADER_UPPER_LIMIT=151200 +AROME_FRANCE_LOADER_TAG=france-1.4.2 +AROME_FRANCE_LOADER_UPPER_LIMIT=129600 AROME_FRANCE_HIGH_LOADER_IMAGE=weacast/weacast-arome -AROME_FRANCE_HIGH_LOADER_TAG=france-high-1.4.1 -AROME_FRANCE_HIGH_LOADER_UPPER_LIMIT=151200 +AROME_FRANCE_HIGH_LOADER_TAG=france-high-1.4.2 +AROME_FRANCE_HIGH_LOADER_UPPER_LIMIT=86400 GFS_WORLD_LOADER_IMAGE=weacast/weacast-gfs -GFS_WORLD_LOADER_TAG=world-1.4.1 -GFS_WORLD_LOADER_UPPER_LIMIT=864000 +GFS_WORLD_LOADER_TAG=world-1.4.2 +GFS_WORLD_LOADER_UPPER_LIMIT=259200 diff --git a/docs/reference/environment.md b/docs/reference/environment.md index 7001d08eb..2c53af889 100644 --- a/docs/reference/environment.md +++ b/docs/reference/environment.md @@ -301,24 +301,24 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org | `WEACAST_LOADERS_DB_URL` | The database URL where to write the data. | - | | `ARPEGE_WOLRD_LOADER_IMAGE` | The image to be used to scrape Arpege World data. | `weacast/weacast-arpege` | | `ARPEGE_WORLD_LOADER_TAG` | The tag of the image to be used to scrape Arpege World data. | `world-1.4.1` | -| `ARPEGE_WORLD_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `367200` (102 hours)| +| `ARPEGE_WORLD_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `172800` (2 days)| | `ARPEGE_WORLD_LOADER_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` | | `ARPEGE_EUROPE_LOADER_IMAGE` | The image to be used to scrape Arpege Europe data. | `weacast/weacast-arpege` | | `ARPEGE_EUROPE_LOADER_TAG` | The tag of the image to be used to scrape Arpege Europe data. | `europe-1.4.1` | -| `ARPEGE_EUROPE_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `367200` (102 hours)| +| `ARPEGE_EUROPE_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `172800` (2 days)| | `ARPEGE_EUROPE_LOADER_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` | | `AROME_FRANCE_LOADER_IMAGE` | The image to be used to scrape Arome France data. | `weacast/weacast-arome` | | `AROME_FRANCE_LOADER_TAG` | The tag of the image to be used to scrape Arome France World data. | `france-1.4.1` | -| `AROME_FRANCE_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `151200` (42 hours)| +| `AROME_FRANCE_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `129600` (36 hours)| | `AROME_FRANCE_LOADER_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` | | `AROME_FRANCE_HIGH_LOADER_IMAGE` | The image to be used to scrape Arome France data. | `weacast/weacast-arome` | | `AROME_FRANCE_HIGH_LOADER_TAG` | The tag of the image to be used to scrape Arome France World data. | `france-high-1.4.1` | -| `AROME_FRANCE_HIGH_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `151200`(42 hours)| +| `AROME_FRANCE_HIGH_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `86400`(24 hours)| | `AROME_FRANCE_HIGH_LOADER_DEBUG` |The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` | | `GFS_WORLD_LOADER_IMAGE` | The image to be used to scrape GFS World data. | `weacast/weacast-gfs` | | `GFS_WORLD_LOADER_TAG` | The tag of the image to be used to scrape Arpege World data. | `world-1.4.1` | -| `GFS_WORLD_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `864000` (10 days) | +| `GFS_WORLD_LOADER_UPPER_LIMIT` | The time limit, in seconds, of the forecast data to be downloaded. | `259200` (3 days) | | `GFS_WORLD_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |