guava-retrying icon indicating copy to clipboard operation
guava-retrying copied to clipboard

Add a random exponential wait strategy; Fixes #28

Open NJAldwin opened this issue 8 years ago • 3 comments

This adds a variant of the exponential wait strategy that waits for a random time between the minimum provided time and an exponentially increasing maximum time (under a maximum provided time). This is similar to https://en.wikipedia.org/wiki/Exponential_backoff

See #28

NJAldwin avatar Dec 10 '15 18:12 NJAldwin