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
ifgerr.Code==403&&strings.Contains(gerr.Body, "Quota exceeded for quota metric") &&strings.Contains(gerr.Body, "Read requests per minute") {
137
+
log.Printf("[DEBUG] Dismissed an error as retryable based on error code 403 and error message 'Quota exceeded for quota metric' on metric `Read requests per minute`: %s", err)
138
+
returntrue, "Read requests per minute"
139
+
}
140
+
returnfalse, ""
141
+
}
142
+
119
143
// Retry on comon googleapi error codes for retryable errors.
120
144
// TODO(#5609): This may not need to be applied globally - figure out
0 commit comments