Dependent #243 Adds `--rotate-on-retry`. **Unresolved questions:** * Is it possible to replace the client when performing a [`retryablehttp.CheckRetry`](https://pkg.go.dev/github.com/hashicorp/go-retryablehttp#CheckRetry)? **Alternatives:** If it's not possible to do that, then doing a `--rotate-on-error` would be a better option.
Dependent #243
Adds
--rotate-on-retry.Unresolved questions:
retryablehttp.CheckRetry?Alternatives:
If it's not possible to do that, then doing a
--rotate-on-errorwould be a better option.