mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
AC-990 Disabled capturing hosts M2M associated with job events.
This commit is contained in:
@@ -756,7 +756,7 @@ class JobEvent(BaseModel):
|
|||||||
self.update_parent_failed_and_changed()
|
self.update_parent_failed_and_changed()
|
||||||
# FIXME: The update_hosts() call (and its queries) are the current
|
# FIXME: The update_hosts() call (and its queries) are the current
|
||||||
# performance bottleneck....
|
# performance bottleneck....
|
||||||
self.update_hosts()
|
#self.update_hosts()
|
||||||
self.update_host_summary_from_stats()
|
self.update_host_summary_from_stats()
|
||||||
|
|
||||||
def update_parent_failed_and_changed(self):
|
def update_parent_failed_and_changed(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user