We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b325592 commit 37892beCopy full SHA for 37892be
modules/graceful/manager_unix.go
@@ -110,8 +110,8 @@ func (g *Manager) handleSignals(ctx context.Context) {
110
case sig := <-signalChannel:
111
switch sig {
112
case syscall.SIGHUP:
113
- log.Info("PID: %d. Received SIGHUP. Attempting GracefulShutdown...", pid)
114
- g.DoGracefulShutdown()
+ log.Info("PID: %d. Received SIGHUP. Attempting GracefulRestart...", pid)
+ g.DoGracefulRestart()
115
case syscall.SIGUSR1:
116
log.Info("PID %d. Received SIGUSR1.", pid)
117
case syscall.SIGUSR2:
0 commit comments