From 449c5026b7df4daa88742dfab14b023a82fffaf4 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 2 Oct 2014 09:45:45 -0400 Subject: [PATCH] Remove socket and context closure and cleanup from zeromq in the callback receiver --- awx/main/management/commands/run_callback_receiver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/management/commands/run_callback_receiver.py b/awx/main/management/commands/run_callback_receiver.py index 0eee2e4719..c19238a51e 100644 --- a/awx/main/management/commands/run_callback_receiver.py +++ b/awx/main/management/commands/run_callback_receiver.py @@ -199,7 +199,6 @@ class CallbackReceiver(object): return None def callback_worker(self, queue_actual): - self.consumer_context.destroy() messages_processed = 0 while True: message = queue_actual.get()