OptionalbackoffOptionalinitialAmount of time that must elapse before the first retry occurs in milliseconds.
OptionaljitterWhether to add random jitter to the interval between retries.
OptionallogWhether to log a warning when a retry is attempted. Defaults to true.
OptionalmaxMaximum amount of time that may elapse between retries.
OptionalmaxMaximum amount of time that may elapse between retries in milliseconds.
OptionalretryA function that returns True for exceptions that should trigger a retry.
Multiplier by which the interval increases after each retry.