Multiple global maintenance windows #1012
Answered
by
TwiN
juanariastn
asked this question in
Q&A
-
Hi! Is there any way to define multiple global maintenance windows? For example, I would like to configure two:
I see that is possible "on a per-endpoint basis" since endpoints:
- name: endpoint-1
url: "https://example.org"
maintenance-windows:
- start: "07:30"
duration: 40m
timezone: "Europe/Berlin"
- start: "14:30"
duration: 1h
timezone: "Europe/Berlin" But I cannot make it work for global maintenance section: maintenance:
- start: 23:00
duration: 12h
every: [Monday, Tuesday, Wednesday, Thursday, Friday]
- start: 00:00
duration: 24h
every: [Saturday, Sunday] This fails with:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
TwiN
Feb 25, 2025
Replies: 1 comment
-
There isn't any, but this might not be such a bad idea. We could deprecate maintenance in favor of maintenance-windows at the root |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
juanariastn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't any, but this might not be such a bad idea. We could deprecate maintenance in favor of maintenance-windows at the root