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

Add support for offline readiness state #5730

Merged
merged 1 commit into from Jul 3, 2023
Merged

Add support for offline readiness state #5730

merged 1 commit into from Jul 3, 2023

Conversation

elprans
Copy link
Member

@elprans elprans commented Jul 1, 2023

Unlike not_ready, the offline state will drop existing connections
and refuse to accept new ones. This is useful for whenever there is a
switchover in an HA or upgrade scenario that requires the old instance
to stop serving.

Unlike `not_ready`, the `offline` state will drop existing connections
and refuse to accept new ones.  This is useful for whenever there is a
switchover in an HA or upgrade scenario that requires the old instance
to stop serving.
@elprans elprans merged commit df2b935 into master Jul 3, 2023
21 checks passed
@elprans elprans deleted the offline-state branch July 3, 2023 18:55
elprans added a commit that referenced this pull request Jul 6, 2023
Unlike `not_ready`, the `offline` state will drop existing connections
and refuse to accept new ones.  This is useful for whenever there is a
switchover in an HA or upgrade scenario that requires the old instance
to stop serving.
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

Successfully merging this pull request may close these issues.

None yet

2 participants