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: taskControl的loop循环太久导致Consumer线程池被占满问题 #11352 #11370

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

carlyin0801
Copy link
Collaborator

feat: taskControl的loop循环太久导致Consumer线程池被占满问题 #11352

@bkci-bot bkci-bot added the for test Test environment in tencent has been deploy label Jan 6, 2025
if (container is VMBuildContainer) {
val buildType = container.dispatchType?.buildType()?.name ?: BuildType.DOCKER.name
val baseOS = container.baseOS.name
atomCode = "$START_VM_TASK_ATOM-$buildType-$baseOS"
taskType = EnvControlTaskType.VM.name
taskName = "Prepare_Job#${container.id!!}"
taskAtom = START_VM_TASK_ATOM
timeout = container.jobControlOption?.prepareTimeout?.toLong()
Copy link
Member

Choose a reason for hiding this comment

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

改用jobTimeout

Copy link
Member

Choose a reason for hiding this comment

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

STARTVM去掉 call_waiting 改为running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for test Test environment in tencent has been deploy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants