Hacker News new | ask | show | jobs
by withinboredom 530 days ago
This is awesome. It's nice to have a tool to show people why they shouldn't have non-capped exponential retries.

It would be even nicer if adding configurations updated the URL so you could actually share the configuration with others. Oh, and a log(time) axis for better visualizations of non-linear retries.

For now, just set a 5x exponential retry of 100ms...

1 comments

It doesn’t seem so bad if you set the factor to something more reasonable like 2?
Why would you retry after 2ms? In most cases, the odds are extremely likely you’d have the exact same outcome; but it depends on your application.
2 is the factor, not the initial delay.