-
Notifications
You must be signed in to change notification settings - Fork 45
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
Scheduled sleep and wake periods #379
Comments
|
|
github-project-automation
bot
moved this to Ready for Development
in Working Project Board
Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Add ability to schedule the sleep and wake times for all clusters of a project
Usage
uffizzi cluster sleep [SCHEDULE]
uffizzi cluster wake [SCHEDULE]
Where
[SCHEDULE]
is in Unix chron formatFor example, to put all clusters to sleep every night at 8pm, run:
uffizzi cluster sleep - all 0 20 * * *
The text was updated successfully, but these errors were encountered: