mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 01:49:56 +08:00
Fix call of at_concurrent_component_threshold in producer
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -271,7 +271,7 @@ class MBSProducer(PollingProducer):
|
||||
module_build_service.scheduler.consumer.work_queue_put(event)
|
||||
|
||||
# Check if we have met the threshold.
|
||||
if module_build_service.utils.at_concurrent_component_threshold(config, db_session):
|
||||
if module_build_service.utils.at_concurrent_component_threshold(config):
|
||||
break
|
||||
|
||||
def retrigger_new_repo_on_failure(self, config):
|
||||
|
||||
Reference in New Issue
Block a user