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
sdk/src/opendecree/_retry.py:37-43 defaults to UNAVAILABLE + DEADLINE_EXCEEDED. RESOURCE_EXHAUSTED is also commonly retryable for rate-limited reads — include it as a default.
Description
sdk/src/opendecree/_retry.py:37-43defaults to UNAVAILABLE + DEADLINE_EXCEEDED. RESOURCE_EXHAUSTED is also commonly retryable for rate-limited reads — include it as a default.