mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
rename Scheduler to TaskManager
This commit is contained in:
@@ -34,7 +34,7 @@ from celery.task.control import inspect
|
||||
|
||||
logger = logging.getLogger('awx.main.scheduler')
|
||||
|
||||
class Scheduler():
|
||||
class TaskManager():
|
||||
def __init__(self):
|
||||
self.graph = DependencyGraph()
|
||||
self.capacity_total = 200
|
||||
|
||||
Reference in New Issue
Block a user