You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably wrap the client in top of a library as [go-retriable](https://godoc.org/github.com/hashicorp/go-retryablehttp#Client) Instead of self implement the logic, it will provide exponential backoff and jitter.
#46
Probably wrap the client in top of a library as go-retriable Instead of self implement the logic, it will provide exponential backoff and jitter.
I will probably not differentiate the request by
verb
in do an let the implementation of the check Resource to take that decision.Originally posted by @pegerto in #42
The text was updated successfully, but these errors were encountered: