function
TaskRetries
func TaskRetries(
maxAttempts int,
delay,
maxDelay time.Duration,
backoff TaskBackoff,
) TaskOptionConfigure total attempts and deterministic retry delay.
Related types
TaskBackoffDeterministic durable-task retry schedule.
TaskOptionOpaque policy applied by NewTask.