Przeglądaj źródła

Remove connection diagnostics

Ask Solem 16 lat temu
rodzic
commit
cd04404a85
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      celery/worker.py

+ 1 - 1
celery/worker.py

@@ -269,7 +269,7 @@ class TaskDaemon(object):
         :rtype: :class:`carrot.messaging.Message` instance.
 
         """
-        self.connection_diagnostics()
+        #self.connection_diagnostics()
         message = self.task_consumer.fetch()
         if message is not None:
             message.ack()