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: 容器执行支持灰度 #2903 #2918

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

wangyu096
Copy link
Collaborator

@wangyu096 wangyu096 commented Apr 19, 2024

需求见 #2903

@wangyu096 wangyu096 requested a review from jsonwan April 19, 2024 03:34
&& isContainerExecuteJob(stepInstanceList, variables)) {
// 未开启"容器执行"特性的灰度,返回错误
throw new NotImplementedException(
"ContainerExecute is not support", ErrorCode.NOT_SUPPORT_FEATURE);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

如果某个业务先被加入灰度,产生了部分容器执行任务,再被切出了灰度,这里会导致已有的容器任务(例如定时任务)失败。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已沟通,维持不变

Copy link
Collaborator

@jsonwan jsonwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1个问题需要看下。

@jsonwan jsonwan merged commit 71b5bad into TencentBlueKing:master Apr 19, 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