Skip to content

Commit

Permalink
debug shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Dec 4, 2020
1 parent 8d785a1 commit b2d31fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ func (r *Reconciler) reconcileInactiveAccounts( // nolint:gocognit
func (r *Reconciler) Reconcile(ctx context.Context) error {
g, ctx := errgroup.WithContext(ctx)
g.Go(func() error {
defer fmt.Println("shutdown queue worker")
return r.queueWorker(ctx)
})

Expand Down

0 comments on commit b2d31fe

Please sign in to comment.