Skip to content

Commit e2fd596

Browse files
author
Chance Zibolski
committed
pkg/chargeback: Don't exit after first promsum collection
Extra return caused collection to only happen once, and was added when refactoring the logic to fix operator shutdown hanging.
1 parent 50e976b commit e2fd596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/chargeback/promsum.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func (c *Chargeback) runPromsumWorker(stopCh <-chan struct{}) {
6161
return
6262
case <-tickerCh:
6363
c.collectPromsumDataWithDefaultTimeBounds(ctx, logger)
64-
return
6564
}
6665
}
6766
}()

0 commit comments

Comments
 (0)