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 fb82837 commit eb6fae2Copy full SHA for eb6fae2
modules/graceful/manager_unix.go
@@ -123,12 +123,12 @@ func (g *Manager) start(ctx context.Context) {
123
// Ignore the error here there's not much we can do with it
124
// They're logged in the CloseProvidedListeners function
125
_ = CloseProvidedListeners()
126
+ g.notify(readyMsg)
127
}()
128
if setting.StartupTimeout > 0 {
129
go func() {
130
select {
131
case <-startupDone:
- g.notify(readyMsg)
132
return
133
case <-g.IsShutdown():
134
func() {
0 commit comments