Skip to content

Commit

Permalink
bugfix refresh maxAllowRunningJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshupei committed Nov 19, 2023
1 parent 5a5e5b3 commit 9f4a9c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
package org.apache.linkis.common.utils

import org.apache.linkis.common.conf.CommonVars

import org.apache.commons.lang3.StringUtils

import scala.collection.mutable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class EntranceParallelConsumerManager(maxParallelismUsers: Int, schedulerName: S
}

def refreshAllGroupMaxAllowRunningJobs(validInsCount: Int): Unit = {
if (validInsCount <= 1) return
listConsumers()
.foreach(item => {
item.getGroup match {
Expand Down

0 comments on commit 9f4a9c8

Please sign in to comment.