mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Temporarily relax task notification and rely on polling
This commit is contained in:
@@ -400,7 +400,7 @@ class Job(CommonTask):
|
||||
self.save()
|
||||
self.start_args = encrypt_field(self, 'start_args')
|
||||
self.save()
|
||||
notify_task_runner.delay(dict(task_type="ansible_playbook", id=self.id))
|
||||
# notify_task_runner.delay(dict(task_type="ansible_playbook", id=self.id))
|
||||
return True
|
||||
|
||||
def start(self, error_callback, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user