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

fix: GSE V2 查询任务结果 API 重试机制不生效 #2729 #2731

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

wangyu096
Copy link
Collaborator

#2729

缺陷原因:
由于 BaseHttpHelper 未在 HttpContext 中传递 HttpContextAttributeNames.IS_IDEMPOTENT 属性,导致使用 POST 方法的请求(实际上 API 是幂等的)被 JobHttpRequestRetryHandler 判定为非幂等导致无法重试

@wangyu096 wangyu096 requested a review from jsonwan January 10, 2024 08:22
@jsonwan jsonwan merged commit 5fdefa8 into TencentBlueKing:master Jan 10, 2024
4 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