From fa94e32ba5fe4cc73533ef264b4db33ab0a9c28f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Jun 2025 17:49:13 +0200 Subject: Download VBK layers between 07:50 and 08:00. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They appear to be broken between 01:53 and 07:41 CEST… Unclear if that'll be off by 1h during winter time. --- group_vars/all.yml | 1 + templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 | 1 + webmap-tools | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 247e518..d971c9d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -17,6 +17,7 @@ webmap_layer_groups_nodownload: # adjust calendar events for individual units webmap_layer_groups_update_calendar: mrr: "*-*-* 05:00:00" # updated daily at 04:33 CEST + vbk: "*-*-* 07:50:00" # updated daily at 01:53 CEST (broken) and 07:41 CEST (fixed) # PostgreSQL's version number and cluster name postgresql: diff --git a/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 index 795ee20..97e43f0 100644 --- a/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 +++ b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 @@ -1,3 +1,4 @@ [Timer] OnCalendar= OnCalendar={{ webmap_layer_groups_update_calendar[item] }} +RandomizedDelaySec=599 diff --git a/webmap-tools b/webmap-tools index 3e9586f..86f1e63 160000 --- a/webmap-tools +++ b/webmap-tools @@ -1 +1 @@ -Subproject commit 3e9586f0a9708afca40ab50a2987fc0090256e2f +Subproject commit 86f1e635a647e94c33e10e4d230853fd5d84c0bc -- cgit v1.2.3