Delayer computes pauses between attempts when retrying a failed operation.
Computes pause time for the given attempt.
If the retried operation succeeds then this method is not called. Otherwise it is called with the increasing retry number starting from one.
An increasing retry number starting from one.
Delayer computes pauses between attempts when retrying a failed operation.