mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Remove a warning message for dispatcher pool for tests
This commit is contained in:
@@ -298,7 +298,6 @@ class AutoscalePool(WorkerPool):
|
|||||||
|
|
||||||
# max workers can't be less than min_workers
|
# max workers can't be less than min_workers
|
||||||
self.max_workers = max(self.min_workers, self.max_workers)
|
self.max_workers = max(self.min_workers, self.max_workers)
|
||||||
logger.warning(self.debug_meta)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def should_grow(self):
|
def should_grow(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user