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 465e023 commit 7e7c078Copy full SHA for 7e7c078
google/api_core/retry/retry_base.py
@@ -202,7 +202,7 @@ def _retry_error_helper(
202
- original_timeout_val: the original timeout value for the retry (in seconds),
203
to be passed to the exception factory for building an error message
204
Returns:
205
- - the next backoff value to use
+ - the sleep value chosen before the next attempt
206
"""
207
error_list.append(exc)
208
if not predicate_fn(exc):
0 commit comments