HAify job schedules and more task_manager renaming

This commit is contained in:
Chris Meyers
2016-11-01 10:53:14 -05:00
parent 87dd91e849
commit 13c89ab78c
6 changed files with 40 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ def run_job_complete(job_id):
TaskManager().schedule()
@task
def run_scheduler():
def run_task_manager():
TaskManager().schedule()
@task