Skip to content

chore: Use `errgroup` over `goroutine.Parallel`

Warren Gifford requested to merge ef/errgroup into main

Created by: efritz

Update use of custom Parallel function to use the x/sync/errgroup packaged used in other places.

Test plan

Unit and integration tests have incredible coverage here!

Merge request reports

Loading