mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 16:44:26 +00:00
Fix signal loop in graceful manager (#19943)
This commit is contained in:
parent
796c4eca0b
commit
a9dc9b06e4
@ -157,6 +157,7 @@ func (g *Manager) handleSignals(ctx context.Context) {
|
||||
case <-ctx.Done():
|
||||
log.Warn("PID: %d. Background context for manager closed - %v - Shutting down...", pid, ctx.Err())
|
||||
g.DoGracefulShutdown()
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user