mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
AC-990 Disabled capturing hosts M2M associated with job events.
This commit is contained in:
parent
e17d076e55
commit
1b65a3256d
@ -756,7 +756,7 @@ class JobEvent(BaseModel):
|
||||
self.update_parent_failed_and_changed()
|
||||
# FIXME: The update_hosts() call (and its queries) are the current
|
||||
# performance bottleneck....
|
||||
self.update_hosts()
|
||||
#self.update_hosts()
|
||||
self.update_host_summary_from_stats()
|
||||
|
||||
def update_parent_failed_and_changed(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user