The exponential backoff algorithm in Go
This is a Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java.
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met.
| Linter | Message | Location |
|---|---|---|
| formatting Look for formatting issues in the source | line 479 is way too long (185 characters) |