You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added
: Graceful Shutdown of CB-Tumblebug server (REST API, ...)
Why is this needed
Whenever a server needs to shut down for various reasons, the common one being OS interrupts, we would want our servers to shut down gracefully. We would want our golang server to stop receiving new requests while complete the ongoing requests and return their responses and then finally shut down. - "Graceful shutdown of Golang servers using Context and OS signals" by Pinku Deb Nath
What would you like to be added
: Graceful Shutdown of CB-Tumblebug server (REST API, ...)
Why is this needed
ref) https://echo.labstack.com/cookbook/graceful-shutdown/
ref) https://medium.com/@pinkudebnath/graceful-shutdown-of-golang-servers-using-context-and-os-signals-cc1fa2c55e97
The text was updated successfully, but these errors were encountered: