Configuration for retrying nodes.
RetryPolicy()NamedTupleAmount of time that must elapse before the first retry occurs. In seconds.
Multiplier by which the interval increases after each retry.
Maximum amount of time that may elapse between retries. In seconds.
Maximum number of attempts to make before giving up, including the first.
Whether to add random jitter to the interval between retries.
List of exception classes that should trigger a retry, or a callable that returns True for exceptions that should trigger a retry.