Ver Fonte

Adds missing attribute

Ask Solem há 12 anos atrás
pai
commit
7f4e5cae27
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      celery/worker/hub.py

+ 1 - 0
celery/worker/hub.py

@@ -150,6 +150,7 @@ class Hub(object):
         self.on_close = []
         self.on_task = []
         self.consolidate = set()
+        self.consolidate_callback = None
 
     def start(self):
         """Called by Hub bootstep at worker startup."""