Skip to content

Commit

Permalink
feat:流水线并发运行时,支持限制并发个数和排队 #10718
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Oct 10, 2024
1 parent 25e52a7 commit b247dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class PipelineSettingVersionDao {
JsonUtil.toJson(self, false)
},
version,
setting.maxConRunningQueueSize
setting.maxConRunningQueueSize ?: -1
).onDuplicateKeyUpdate()
.set(NAME, setting.pipelineName)
.set(DESC, setting.desc)
Expand Down

0 comments on commit b247dab

Please sign in to comment.