A “no-op” strategy, for if you need to call supply a Strategy to
a function but do not actually want to retry at all.
You should never use this directly with Task.withRetries; in the case where
you would, invoke the Task that would be retried directly (i.e. without
using withRetries at all) instead.
A “no-op” strategy, for if you need to call supply a
Strategy
to a function but do not actually want to retry at all.You should never use this directly with
Task.withRetries
; in the case where you would, invoke theTask
that would be retried directly (i.e. without usingwithRetries
at all) instead.