Skip to content

Commit

Permalink
impr grace service exit
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsc0220 committed Nov 28, 2022
1 parent 2a6f733 commit d6512e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grace/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (s *serv) Wait() {
}
time.Sleep(100 * time.Millisecond)
log.Println("all services exited totally.")
os.Exit(0)
}
}

Expand Down

0 comments on commit d6512e2

Please sign in to comment.