rename Scheduler to TaskManager

This commit is contained in:
Chris Meyers
2016-11-01 09:52:54 -05:00
parent 6efa468f29
commit 87dd91e849
3 changed files with 8 additions and 8 deletions

View File

@@ -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