Working Redis, but need to switch out ZeroMQ.

This commit is contained in:
Luke Sneeringer
2014-10-27 13:24:24 -05:00
parent 4eb1eb8036
commit f4efbfc95a
3 changed files with 28 additions and 8 deletions

View File

@@ -112,7 +112,8 @@ def notify_task_runner(metadata_dict):
@task(bind=True)
def handle_work_error(self, task_id, subtasks=None):
print('Executing error task id %s, subtasks: %s' % (str(self.request.id), str(subtasks)))
print('Executing error task id %s, subtasks: %s' %
(str(self.request.id), str(subtasks)))
first_task = None
first_task_type = ''
first_task_name = ''