mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Temporarily relax task notification and rely on polling
This commit is contained in:
@@ -393,7 +393,7 @@ class ProjectUpdate(CommonTask):
|
||||
self.save()
|
||||
self.start_args = encrypt_field(self, 'start_args')
|
||||
self.save()
|
||||
notify_task_runner.delay(dict(task_type="project_update", id=self.id, metadata=kwargs))
|
||||
# notify_task_runner.delay(dict(task_type="project_update", id=self.id, metadata=kwargs))
|
||||
return True
|
||||
|
||||
def _update_parent_instance(self):
|
||||
|
||||
Reference in New Issue
Block a user