backoff library for backoff code #3772
Labels
enhancement
Improving existing functionality
I4
No visible changes
S3
Minimally significant
U4
Nothing urgent
Is your feature request related to a problem? Please describe.
I'm always frustrated when we're not using small well-known libraries to simplify our own code.
Describe the solution you'd like
Block uploader has a backoff mechanism of its own, but likely it can be replaced with https://pkg.go.dev/github.com/cenkalti/backoff.
Describe alternatives you've considered
Keep it as is, works fine. But an easy to use backoff library can be reused in more places in future.
Additional context
#3582
The text was updated successfully, but these errors were encountered: