Skip to content

Commit

Permalink
feat:流水线并发运行时,支持限制并发个数和排队 #10718
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Sep 19, 2024
1 parent 3e20617 commit 9dfa97d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ data class PipelineSetting(
version = 1,
desc = pipelineName,
maxPipelineResNum = maxPipelineResNum ?: PIPELINE_RES_NUM_MIN,
waitQueueTimeMinute = DateTimeUtil.minuteToSecond(
PIPELINE_SETTING_WAIT_QUEUE_TIME_MINUTE_DEFAULT
),
waitQueueTimeMinute = PIPELINE_SETTING_WAIT_QUEUE_TIME_MINUTE_DEFAULT,
maxQueueSize = PIPELINE_SETTING_MAX_QUEUE_SIZE_DEFAULT,
runLockType = PipelineRunLockType.MULTIPLE,
successSubscription = null,
Expand Down

0 comments on commit 9dfa97d

Please sign in to comment.