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 6845065 commit 554f967Copy full SHA for 554f967
google/auth/transport/__init__.py
@@ -30,6 +30,7 @@
30
DEFAULT_RETRYABLE_STATUS_CODES = (
31
http_client.INTERNAL_SERVER_ERROR,
32
http_client.SERVICE_UNAVAILABLE,
33
+ http_client.GATEWAY_TIMEOUT,
34
http_client.REQUEST_TIMEOUT,
35
http_client.TOO_MANY_REQUESTS,
36
)
0 commit comments