Explorar o código

Remove connection diagnostics

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
cd04404a85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()