A Task that can be retried when it fails with a transient error
A RetriableTask has been aborted.
In the context of a retriable task, when it returns a TransientError the task can be executed again.
Returns a Task that resolves to a value after a delay.
Wraps a RetriableTask with a number of retries
Generated using TypeDoc
A RetriableTask failed too many times.