Replies: 3 comments 2 replies
-
So to clarify, you'd like to allow the current |
Beta Was this translation helpful? Give feedback.
-
I'd like to allow a single crontab statement to define the opposite to UPD: the reason for this - in case of scheduled automation, bringing instances up and down usually defined in a way of "this instance up every workday, 6a to 9p", i.e. similar to crontab style. Inverting it to maintenance rule(s) will require more complex rule with some conditions or multiple rules. In addition, it won't be "maintenance" but rather "instance down" kind of period. |
Beta Was this translation helpful? Give feedback.
-
Ah I see - so the crontab statement would be an alternative to the current |
Beta Was this translation helpful? Give feedback.
-
Currently, there is some way to limit alerts/checks with maintenance windows, however this functionality is limited and does't fit use cases where some boxes/instances go down every night and also still down every weekend. Having the opposite "allowed" time in form of
cron * 9-17 * * 1-5
will allow more flexibility.FYI: this robfig/cron library doing a nice job in parsing and scheduling crontab formats
Beta Was this translation helpful? Give feedback.
All reactions