neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
144 stars 18 forks source link

util: add taskgroup #922

Closed Omrigan closed 1 month ago

Omrigan commented 2 months ago

taskgroup.Group is the better version of errgroup.Group with two changes:

  1. Support for multerrors
  2. Logging the errors, when they are returned

Part of #921