reddit / baseplate.go

Reddit's Service Framework in Go
https://pkg.go.dev/github.com/reddit/baseplate.go
BSD 3-Clause "New" or "Revised" License
90 stars 76 forks source link

feat: Improve shutdown Delay default #615

Closed davinci26 closed 1 year ago

davinci26 commented 1 year ago

When a baseplate server is shutting down in k8s

This is a race condition because some callers are still trying to connect. We have empirically seen that the 5 second default is good enough for most services.