mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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
|
||||
self.max_workers = max(self.min_workers, self.max_workers)
|
||||
logger.warning(self.debug_meta)
|
||||
|
||||
@property
|
||||
def should_grow(self):
|
||||
|
||||
Reference in New Issue
Block a user