Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Against Exponential Backoff (incoherency.co.uk)
5 points by surprisetalk 5 months ago | hide | past | favorite | 1 comment


Who uses unbounded exponential backoff?

Also the author focuses entirely on client needs, and forgets the other reason to use backoff to be nice to the server: when the service is overloaded and slow but not down, clients all backing off allow the server to catch up. But of course it's important to use bounded exponential backoff with jitter, otherwise a bunch of clients that have backed off can all retry within an narrow window, and the server is again overwhelmed.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: