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 8d785a1 commit b2d31feCopy full SHA for b2d31fe
reconciler/reconciler.go
@@ -941,6 +941,7 @@ func (r *Reconciler) reconcileInactiveAccounts( // nolint:gocognit
941
func (r *Reconciler) Reconcile(ctx context.Context) error {
942
g, ctx := errgroup.WithContext(ctx)
943
g.Go(func() error {
944
+ defer fmt.Println("shutdown queue worker")
945
return r.queueWorker(ctx)
946
})
947
0 commit comments