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 a2ceeb6 commit 73fb414Copy full SHA for 73fb414
enterprise/coderd/prebuilds/reconcile.go
@@ -156,7 +156,6 @@ func (c *StoreReconciler) ReconcileAll(ctx context.Context) error {
156
return nil
157
}
158
159
- // TODO: bounded concurrency? probably not but consider
160
var eg errgroup.Group
161
for _, preset := range snapshot.Presets {
162
ps, err := snapshot.FilterByPreset(preset.ID)
0 commit comments