Explorar o código

Adds missing attribute

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