exponential backoffs

2021-07-26

 | 

~1 min read

 | 

61 words

An exponential backoff is an algorithm for retrying requests at exponentially slower rates.

Exponential backoff is a strategy for solving bottlenecks. It works by introducing slack into a production system by slowing down the rates at which new work arrives at a station.

References

Exponential backoff Timeouts, retries, and backoff with jitter | AWS Exponential backoff and jitter | AWS


Related Posts
  • Resilience Strategies


  • Hi there and thanks for reading! My name's Stephen. I live in Chicago with my wife, Kate, and dog, Finn. Want more? See about and get in touch!