Skip to content

Commit

Permalink
feat:流水线并发运行时,支持限制并发个数和排队 TencentBlueKing#10718
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 20177
  • Loading branch information
vhwweng committed Oct 10, 2024
1 parent c8b3c46 commit debdfc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
requiredRule,
{
validator: (val) => {
if (!val && val !== 0) return true
return /^(?:[1-9]|[1-9][0-9]|1[0-9]{2}|200)$/.test(val)
},
message: this.$t('settings.maxConRunningQueueSizeTips'),
Expand Down

0 comments on commit debdfc3

Please sign in to comment.