Package Usage: go: github.com/avast/retry-go/v4
Simple library for retry mechanism
Slightly inspired by [Try::Tiny::Retry](https://metacpan.org/pod/Try::Tiny::Retry)
HTTP GET with retry:
HTTP GET with retry with data:
[More examples](https://github.com/avast/retry-go/tree/master/examples)
* giantswarm/retry-go(https://github.com/giantswarm/retry-go) - slightly complicated interface.
* sethgrid/pester(https://github.com/sethgrid/pester) - only http retry for http calls with retries and backoff
* cenkalti/backoff(https://github.com/cenkalti/backoff) - Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java. Really complicated interface.
* rafaeljesus/retry-go(https://github.com/rafaeljesus/retry-go) - looks good, slightly similar as this package, don't have 'simple' `Retry` method
* matryer/try(https://github.com/matryer/try) - very popular package, nonintuitive interface (for me)
* 4.0.0
* 3.0.0
* 1.0.2 -> 2.0.0
* 0.3.0 -> 1.0.0
17 versions
Latest release: over 1 year ago
643 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/avast/retry-go/v4