19 ms·
Exponential backoff doesn't apply for successful requests right? The simulation doesn'T reflect that i think. peace
by Probiotic6081 3y ago
Exponential backoff doesn't apply for successful requests right? The simulation doesn'T reflect that i think. peace
- samwho 3y agoIt 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.