Ask Solem 11 anos atrás
pai
commit
85f5f6b94d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      celery/worker/consumer.py

+ 2 - 2
celery/worker/consumer.py

@@ -201,7 +201,7 @@ class Consumer(object):
             # so if the connection timeout is exceeded once, it can NEVER
             # so if the connection timeout is exceeded once, it can NEVER
             # connect again.
             # connect again.
             self.app.conf.BROKER_CONNECTION_TIMEOUT = None
             self.app.conf.BROKER_CONNECTION_TIMEOUT = None
-            
+
         self.steps = []
         self.steps = []
         self.blueprint = self.Blueprint(
         self.blueprint = self.Blueprint(
             app=self.app, on_close=self.on_close,
             app=self.app, on_close=self.on_close,
@@ -484,7 +484,7 @@ class Control(bootsteps.StartStopStep):
         self.start = self.box.start
         self.start = self.box.start
         self.stop = self.box.stop
         self.stop = self.box.stop
         self.shutdown = self.box.shutdown
         self.shutdown = self.box.shutdown
-        
+
     def include_if(self, c):
     def include_if(self, c):
         return c.app.conf.CELERY_ENABLE_REMOTE_CONTROL
         return c.app.conf.CELERY_ENABLE_REMOTE_CONTROL