type
TaskBackoff
type TaskBackoff stringPersisted deterministic retry schedule.
Constants
TaskBackoffFixed"fixed"- Reuse the configured delay.
TaskBackoffLinear"linear"- Multiply delay by attempt number.
TaskBackoffExponential"exponential"- Double delay by attempt up to the configured maximum.