logoalt Hacker News

jordanbyesterday at 10:26 PM1 replyview on HN

Anyone who designs such a system should know to use an exponential backoff to avoid the thundering herd. Maybe copilot missed that while it was reviewing its own PR


Replies

jdm2212yesterday at 10:33 PM

Exponential backoff is the wrong answer in a highly available system in the typical case where (a) failure is expected and (b) you have nodes you are supposed to fail over to.

show 3 replies