RetryPolicyMultiplier by which the interval increases after each retry.
Amount of time that must elapse before the first retry occurs in milliseconds.
Whether to add random jitter to the interval between retries.
Whether to log a warning when a retry is attempted. Defaults to true.
Maximum amount of time that may elapse between retries.
Maximum amount of time that may elapse between retries in milliseconds.
A function that returns True for exceptions that should trigger a retry.