We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently vigilante program relies on "github.com/babylonlabs-io/babylon/types/retry" for retries.
"github.com/babylonlabs-io/babylon/types/retry"
This approach is sub-optimal, and should be changed to use some better known library like "github.com/avast/retry-go/v4"
"github.com/avast/retry-go/v4"
The text was updated successfully, but these errors were encountered:
chore(*): use proper retry (#29)
3b8378d
Replaces usage of `retry.do` from babylon with `avast/retry-go` [References issue](#8)
Fixed in #29
Sorry, something went wrong.
No branches or pull requests
Currently vigilante program relies on
"github.com/babylonlabs-io/babylon/types/retry"
for retries.This approach is sub-optimal, and should be changed to use some better known library like
"github.com/avast/retry-go/v4"
The text was updated successfully, but these errors were encountered: