Skip to content

Exponential back-off

Latest
Compare
Choose a tag to compare
@Conal-Tuohy Conal-Tuohy released this 08 Jul 03:06

In this release, when a request returns an error, and is retried (potentially several times, depending on the value of the retries parameter), the pause between each retry of the same URI is doubled each time. The first retry is made after a 5s wait, the second after a 10s wait, the third after a 20s wait, etc.