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

feat: allow connections during shutdown #1805

Merged
merged 2 commits into from
May 23, 2023
Merged

feat: allow connections during shutdown #1805

merged 2 commits into from
May 23, 2023

Conversation

enocom
Copy link
Member

@enocom enocom commented May 22, 2023

When the proxy starts its shut down, it will now accept additional connections when the max-sigterm-delay flag is passed. As before, if any connections are still open after the delay has elapsed, the Proxy will report an error.

Fixes #1640.

When the proxy starts its shut down, it will now accept additional
connections when the max-sigterm-delay flag is passed. As before, if any
connections are still open after the delay has elapsed, the Proxy will
report an error.

Fixes #1640.
@enocom enocom requested a review from a team as a code owner May 22, 2023 18:16
@enocom enocom merged commit 4a456ed into main May 23, 2023
@enocom enocom deleted the allow-connections branch May 23, 2023 16:13
@albaraakefaya
Copy link

This fix is not working on later versions, I tried 2.11.3 and I can confirm that is not working in it
Can you check please?

@enocom
Copy link
Member Author

enocom commented Jul 10, 2024

#1640 has been re-opened. Would you mind chiming in there with your use case @albaraakefaya?

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.

Support forcing the proxy to accept new connections while max-sigterm-delay is in effect
3 participants