Talk about Go: The gracefully handling of service restart December 23, 2021 in Go, microservice Last time we talked about graceful shutdown of Go programs, today we will talk about graceful restarts. Continue reading
Talk about Go: The gracefully handling of service shutdown November 2, 2021 in Go, microservice From high availability to graceful shutdown/restart, to refinement to program offline/restart, etc. So what can we do in Go? Today let’s talk about the graceful shutdown of go programs. Continue reading