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 4afc23b commit bf7737dCopy full SHA for bf7737d
coderd/notifications/reports/generator.go
@@ -72,6 +72,7 @@ func NewReportGenerator(ctx context.Context, logger slog.Logger, db database.Sto
72
for {
73
select {
74
case <-ctx.Done():
75
+ logger.Debug(ctx, "closing report generator")
76
return
77
case tick := <-ticker.C:
78
ticker.Stop()
0 commit comments