We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f59509 commit 137c519Copy full SHA for 137c519
azuremetadata/metadata.go
@@ -33,7 +33,7 @@ func (m *AzureMetadata) Init() {
33
// retry
34
m.restClient.SetRetryCount(5)
35
m.restClient.SetRetryMaxWaitTime(30 * time.Second)
36
- m.restClient.SetRetryWaitTime(5 * time.Second)
+ m.restClient.SetRetryWaitTime(10 * time.Second)
37
m.restClient.AddRetryCondition(resty.RetryConditionFunc(func(r *resty.Response, err error) bool {
38
// retry for 4xx and 5xx
39
return r.StatusCode() >= http.StatusBadRequest
0 commit comments