Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creation of exclusion windows #963

Open
rbjorklin opened this issue Aug 1, 2024 · 3 comments
Open

Allow creation of exclusion windows #963

rbjorklin opened this issue Aug 1, 2024 · 3 comments

Comments

@rbjorklin
Copy link

I dug around in the issues and found that scheduling was requested in #48 and implemented in #66. This is a great start but ideally kured can also support exclusion windows. Something along these lines:

exclusions:
  - name: Black Week / Black Friday
    start: "2024-11-25T00:00:00Z"
    end: "2024-11-30T23:59:59Z"
  - name: Holidays
    start: "2024-12-23T16:00:00Z"
    end: "2025-01-02T10:00:00Z"

The idea being that during the exclusion windows the schedule is not respected and no nodes are being restarted. The motivation here is that I don't want to get paged during my time off or intentionally cause disruptions when the system is running at full tilt.

Copy link

github-actions bot commented Oct 1, 2024

This issue was automatically considered stale due to lack of activity. Please update it and/or join our slack channels to promote it, before it automatically closes (in 7 days).

@rbjorklin
Copy link
Author

Not stale.

@evrardjp
Copy link
Collaborator

I don't see a problem with this. Are you willing to push up a patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants