Skip to content

Remove dependency graceful#5037

Merged
petemoore merged 4 commits intotaskcluster:mainfrom
samihda:main
Jan 12, 2022
Merged

Remove dependency graceful#5037
petemoore merged 4 commits intotaskcluster:mainfrom
samihda:main

Conversation

@samihda
Copy link
Contributor

@samihda samihda commented Jan 7, 2022

The method Server.Shutdown from the net/http standard library ought
to handle server shutdown gracefully.

https://pkg.go.dev/net/http#Server.Shutdown

Bugzilla Bug: 1581546

Github Bug/Issue: Fixes #4594

@samihda samihda requested a review from a team as a code owner January 7, 2022 14:17
@samihda samihda requested review from leplatrem and petemoore and removed request for a team January 7, 2022 14:17
Copy link
Collaborator

@djmitche djmitche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, and works in my testing.

The docker-worker CI failures are unrelated to this PR, so don't worry about them :)

I'll defer to @petemoore for his review and merging this.

Copy link
Member

@petemoore petemoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, many thanks!

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.

Stop using gopkg.in/tylerb/graceful.v1

3 participants