Hacker News new | ask | show | jobs
by Probiotic6081 944 days ago
Exponential backoff doesn't apply for successful requests right? The simulation doesn'T reflect that i think. peace
1 comments

It doesn’t apply to successful requests, that’s right.

The simulation retries failed requests using various retry strategies, and then after a successful request will wait a configured amount before sending the next request.