We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4c44089 commitf21bb32Copy full SHA for f21bb32
google/api_core/operations_v1/operations_async_client.py
@@ -26,7 +26,7 @@
26
27
fromgoogle.api_coreimportexceptionsascore_exceptions
28
fromgoogle.api_coreimportgapic_v1,page_iterator_async
29
-fromgoogle.api_coreimportretryasretries
+fromgoogle.api_coreimportretry_asyncasretries
30
fromgoogle.api_coreimporttimeoutastimeouts
31
fromgoogle.longrunningimportoperations_pb2
32
fromgrpcimportCompression
@@ -48,7 +48,7 @@ def __init__(self, channel, client_config=None):
48
# Create the gRPC client stub with gRPC AsyncIO channel.
49
self.operations_stub=operations_pb2.OperationsStub(channel)
50
51
-default_retry=retries.Retry(
+default_retry=retries.AsyncRetry(
52
initial=0.1,# seconds
53
maximum=60.0,# seconds
54
multiplier=1.3,