Hacker News new | ask | show | jobs
by mafribe 3918 days ago
Doesn't exponential back-off mean that you select the time until retry uniformly at random from the interval [0, ..., 2^n-1] in the n-th round of failure, or something along those lines?