We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a config change needs to be applied or a zot upgrade needs to happen, it would be best to restart only when there is no current IO being done.
A clean way to do this would be to add a maintenance mode for zot, where the system continues servicing active requests but denies new ones.
Then a shutdown request could set maintenance mode, then shutdown only after there is no further activity.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a config change needs to be applied or a zot upgrade needs to happen, it would be best to restart only when there is no current IO being done.
A clean way to do this would be to add a maintenance mode for zot, where the system continues servicing active requests but denies new ones.
Then a shutdown request could set maintenance mode, then shutdown only after there is no further activity.
The text was updated successfully, but these errors were encountered: