Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加toolchain发送失败后重试修复 #290

Merged
merged 11 commits into from
Sep 9, 2024

Conversation

flyy1012
Copy link
Collaborator

@flyy1012 flyy1012 commented Sep 2, 2024

增加发送toolchain失败后重试,重试流程为:
发送失败后启动一个goroutine(保证一个worker一个goroutine),每隔10s轮询重试发送该worker上所有失败的filecollections,如果都重试成功worker置为enable,如果失败,最大重试次数10次,超过最大重试次数后不再重试发送,该worker保持disable

@flyy1012 flyy1012 requested a review from tbs60 September 2, 2024 02:55
@flyy1012 flyy1012 self-assigned this Sep 2, 2024
@tming tming merged commit 50a0a18 into TencentBlueKing:master Sep 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants