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 client close timeout on term #175

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

spuun
Copy link
Member

@spuun spuun commented Sep 25, 2024

This will add a second shutdown timeout to wait for clients to send Close before sending Close to the clients.

Fixes #170

src/amqproxy.cr Outdated Show resolved Hide resolved
@carlhoerberg
Copy link
Member

From what i gather from #170 was that they wanted TERM to basically start a timer, and never shutdown regardless if the server already had connections or not.

@spuun spuun force-pushed the client-close-on-shutdown-timeout branch from 8b8b23b to f9a42c1 Compare October 8, 2024 14:17
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.

Option to not send a connection_close on SIGTERM
3 participants