mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Working Redis, but need to switch out ZeroMQ.
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user