Skip to content

Commit

Permalink
address
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Apr 9, 2024
1 parent 5f1c9bb commit aa88f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ratelimit/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (s *AsyncRunner) Start() {
go s.run(task.Ctx, task.f, nil)
}
case <-s.stopChan:
log.Info("stopping async task runner", zap.String("name", s.name))
return
}
}
Expand Down

0 comments on commit aa88f60

Please sign in to comment.