From 614746b59e6a1af59f453703037452307d5444fe Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 27 May 2025 11:00:22 +0200 Subject: webmap-update@.timer: Add ability to adjust calendar events for individual template units. Via group variables. For instance mineralrattigheter.zip is updated daily at 04:33 CEST, so we trigger the units after that to avoid being off by a day. (Also that particular unit runs relatively fast and should have terminated by the start of office hours.) --- group_vars/all.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index e90c73e..247e518 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -14,6 +14,10 @@ webmap_layer_groups: webmap_layer_groups_nodownload: - misc +# adjust calendar events for individual units +webmap_layer_groups_update_calendar: + mrr: "*-*-* 05:00:00" # updated daily at 04:33 CEST + # PostgreSQL's version number and cluster name postgresql: version: 15 -- cgit v1.2.3