Hacker News new | ask | show | jobs
by christophberger 942 days ago
A must-read (or rather: must-see) for anyone who thinks exponential backoff is overrated.
1 comments

> A must-read (or rather: must-see) for anyone who thinks exponential backoff is overrated.

I don't think exponential backoffs were ever accused of being overrated. Retries in general have been criticized for being counterproductive in multiple aspects, including the risk of creating self-inflicted DDOS attacks, and exponential backoffs can result in untenable performance and usability problems without adding any upside. These are known problems, but none of them is hardly classified as "overrating".