页面应该对必须使用到的内容的HTTP API接口添加重试逻辑 #79
Labels
No Label
area/smartpanel
bug
done-waiting-confirmed
kind/feature
page/admin
page/simplepage
page/tab-admin
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: smartoilets-front/projects#79
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
默认重试次数可以为 30 次,每次间隔逐步递增,最大为5分钟, 例如 第一次在1s后重试, 第二次在 2s 后重试, 第三次在 8秒后重试, 指数递增. 或其他方式递增间隔. 直到最大值5分钟.