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 6dbe17d commit 71e5888Copy full SHA for 71e5888
google/api_core/retry/retry_base.py
@@ -196,7 +196,7 @@ def _retry_error_helper(
196
- deadline: the deadline for the retry, calculated as a diff from time.monotonic()
197
- next_sleep: the next sleep interval
198
- error_list: the list of exceptions that have been raised so far
199
- - predicate_fn: predicate used to determine if the exception should be retried
+ - predicate_fn: takes `exc` and returns true if the operation should be retried
200
- on_error_fn: callback to execute when a retryable error occurs
201
- exc_factory_fn: callback used to build the exception to be raised on terminal failure
202
- original_timeout_val: the original timeout value for the retry (in seconds),
0 commit comments