Returns a Retrier that retries based on the isRetriable predicate and relies
on an internal backoff policy to decide how long to wait between retries.
Important: the retrier has its own backoff policy which cannot be trivially
reset by design. Users who need to reset the backoff policy should rather
create a new retrier.
Returns a Retrier that retries based on the isRetriable predicate and relies on an internal backoff policy to decide how long to wait between retries.
Important: the retrier has its own backoff policy which cannot be trivially reset by design. Users who need to reset the backoff policy should rather create a new retrier.