retries
parameter to an integer.
retry_delay_seconds
parameter.
exponential_backoff
utility to generate a list of retry delays that correspond to an exponential backoff retry strategy.
retry_condition_fn
parameter.
retry_condition_fn
returns True
, the task will be retried. Otherwise, the task will exit with an exception.
retry_jitter_factor
parameter.
retries
and retry_delay_seconds
parameters.