We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3c04f commit 5f0133cCopy full SHA for 5f0133c
1 file changed
api/pkg/di/container.go
@@ -881,6 +881,7 @@ func (container *Container) RetryHTTPRoundTripper() http.RoundTripper {
881
container.logger.Debug(fmt.Sprintf("initializing retry %T", http.DefaultTransport))
882
retryClient := retryablehttp.NewClient()
883
retryClient.Logger = container.Logger()
884
+ retryClient.RetryMax = 2
885
return retryClient.StandardClient().Transport
886
}
887
0 commit comments