Skip to content

Commit b2d31fe

Browse files
debug shutdown
1 parent 8d785a1 commit b2d31fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconciler/reconciler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ func (r *Reconciler) reconcileInactiveAccounts( // nolint:gocognit
941941
func (r *Reconciler) Reconcile(ctx context.Context) error {
942942
g, ctx := errgroup.WithContext(ctx)
943943
g.Go(func() error {
944+
defer fmt.Println("shutdown queue worker")
944945
return r.queueWorker(ctx)
945946
})
946947

0 commit comments

Comments
 (0)