From 1b65a3256d6f7ca059f3a50a0d859e7fe3f56592 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Thu, 6 Feb 2014 11:25:45 -0500 Subject: [PATCH] AC-990 Disabled capturing hosts M2M associated with job events. --- awx/main/models/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/jobs.py b/awx/main/models/jobs.py index ec0b7544f4..d0a8a7acfc 100644 --- a/awx/main/models/jobs.py +++ b/awx/main/models/jobs.py @@ -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):