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 2768346 commit 11032cfCopy full SHA for 11032cf
google/api_core/future/polling.py
@@ -34,6 +34,7 @@ class _OperationNotComplete(Exception):
34
exceptions.TooManyRequests,
35
exceptions.InternalServerError,
36
exceptions.BadGateway,
37
+ exceptions.ServiceUnavailable,
38
)
39
DEFAULT_RETRY = retry.Retry(predicate=RETRY_PREDICATE)
40
0 commit comments