TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Visually Compare Retry Algorithms

39 点作者 subomi5 个月前

2 条评论

withinboredom5 个月前
This is awesome. It&#x27;s nice to have a tool to show people why they shouldn&#x27;t have non-capped exponential retries.<p>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.<p>For now, just set a 5x exponential retry of 100ms...
评论 #42602226 未加载
andreygrehov5 个月前
+1 to the other commenter. Please, make the URLs shareable. Maybe use the PlantUML&#x27;s technique as the inspiration.