This commit is contained in:
2024-09-15 10:51:48 +10:00
parent 934c082ba1
commit 1cb36be02c
10 changed files with 203 additions and 28 deletions

View File

@@ -152,5 +152,5 @@ func (s *Server) GracefulShutdown() {
// <-ctx.Done() if your application should wait for other services
// to finalize based on context cancellation.
s.logger.Info("shutting down")
os.Exit(0)
//os.Exit(0)
}