Browse Source

Adds missing attribute

Ask Solem 11 years ago
parent
commit
7f4e5cae27
1 changed files with 1 additions and 0 deletions
  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_close = []
         self.on_task = []
         self.on_task = []
         self.consolidate = set()
         self.consolidate = set()
+        self.consolidate_callback = None
 
 
     def start(self):
     def start(self):
         """Called by Hub bootstep at worker startup."""
         """Called by Hub bootstep at worker startup."""