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
utils.Logf("[DEGUG] Retry Timeout obtained from response header is %s", backoffDuration)
87
+
88
+
} else {
89
+
utils.Logf("[DEGUG] Error while reading retry-after from response header. Obtained retry-after value is %s. Proceeding with default retry time %s", retryAfterVal, backoffDuration)
90
+
}
91
+
} else {
92
+
utils.Logf("[DEGUG] retry-after value not found in header to handle API Response Error Code %d. Proceeding with default retry time %s", statusCode, backoffDuration)
0 commit comments