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 46721e1 commit f867f62Copy full SHA for f867f62
pkg/clusterinfo/clusterinfo.go
@@ -225,6 +225,7 @@ func (r *Retriever) Run(ctx context.Context) error {
225
"context cancelled, exiting cluster info trigger loop",
226
"err", ctx.Err(),
227
)
228
+ ticker.Stop()
229
return
230
case <-ticker.C:
231
r.logger.Debug("triggering periodic update")
0 commit comments