diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 17:49:13 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 18:49:29 +0200 |
commit | fa94e32ba5fe4cc73533ef264b4db33ab0a9c28f (patch) | |
tree | 9c7505150a4af1d9024cc70a590b7587e84b7b45 | |
parent | 9f178f0a30e1690c6b52b9ad09668ee848d0d3d6 (diff) |
Download VBK layers between 07:50 and 08:00.
They appear to be broken between 01:53 and 07:41 CEST… Unclear if
that'll be off by 1h during winter time.
-rw-r--r-- | group_vars/all.yml | 1 | ||||
-rw-r--r-- | templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 | 1 | ||||
m--------- | webmap-tools | 0 |
3 files changed, 2 insertions, 0 deletions
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 -Subproject 3e9586f0a9708afca40ab50a2987fc0090256e2 +Subproject 86f1e635a647e94c33e10e4d230853fd5d84c0b |