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

Graceful shutdown on SIGTERM, closes #79 #80

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Graceful shutdown on SIGTERM, closes #79 #80

merged 1 commit into from
Apr 18, 2023

Conversation

agross
Copy link
Contributor

@agross agross commented Mar 28, 2023

Just a suggestion, works for me with .NET 7 and a web app. Will be interesting to see if this breaks the build.

docker shuts down containers by sending SIGTERM by default. After a timeout, SIGKILL kills the container. This is always the case if #79 remains unfixed.

@jeremydmiller jeremydmiller merged commit be72ffb into JasperFx:master Apr 18, 2023
@jeremydmiller
Copy link
Member

@agross I'm going to try to get this out today. It'll be 6.0.1 when it's up.

@agross agross deleted the issue-79 branch April 18, 2023 13:09
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.

2 participants