Skip to content

Commit 7b868a1

Browse files
committed
fixup! feat(dash-exporter): only transfer rollings to final stage if all rollings gen succeeded
1 parent 19066c8 commit 7b868a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/pkg/exporter/modules/dashboard_data_rollings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ func (d *dashboardData) handleRollings() error {
4242
defer d.sharedRollingGenMutex.Unlock()
4343

4444
eg := errgroup.Group{}
45-
eg.SetLimit(int(utils.Config.DashboardExporter.RollingsInParallel))
4645
for _, rolling := range rollings {
4746
rolling := rolling
4847
eg.Go(func() error {

0 commit comments

Comments
 (0)