Good graceful shutdown article Link to heading
Just finished reading a good article about graceful shutdown and OS signal handling in Golang.
Was really good and a reminder of all of the things we lerarned when first started using Kubernetes in 2015-2016.
Good discussion about it on HackerNews as well.
Made me think I want to develop a test suite for the graceful shutdown for the sample code. Also lead to some other reading:
New (to me) observability platform Openobserve
An interesting article on using SIGHUP for configuration reloads