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 with native go1.8 feature #44

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

julienkosinski
Copy link
Contributor

Should allow graceful shutdown to work under Windows. facebookarchive/grace#15
I've just used the doc there https://echo.labstack.com/cookbook/graceful-shutdown. I'm not sure how to test it in real use case.

Unfortunatly, facebookgo/grace isn't compatible with Windows OS although
go 1.8 graceful HTTP shutdown feature is.
@codecov-io
Copy link

Codecov Report

Merging #44 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   96.41%   96.41%           
=======================================
  Files          21       21           
  Lines         502      502           
=======================================
  Hits          484      484           
  Misses         11       11           
  Partials        7        7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 69ef0ff...7d43e98. Read the comment docs.

@ribice ribice merged commit 38258bc into ribice:master Sep 20, 2018
@julienkosinski julienkosinski deleted the graceful-windows branch September 21, 2018 08:29
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.

3 participants