Skip to content

Commit 554f967

Browse files
authored
fix: retry 504 errors (#1767)
1 parent 6845065 commit 554f967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/auth/transport/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
DEFAULT_RETRYABLE_STATUS_CODES = (
3131
http_client.INTERNAL_SERVER_ERROR,
3232
http_client.SERVICE_UNAVAILABLE,
33+
http_client.GATEWAY_TIMEOUT,
3334
http_client.REQUEST_TIMEOUT,
3435
http_client.TOO_MANY_REQUESTS,
3536
)

0 commit comments

Comments
 (0)