瀏覽代碼

Consumer: Task bootstep must require Events

Ask Solem 11 年之前
父節點
當前提交
0fa0279e0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/worker/consumer.py

+ 1 - 1
celery/worker/consumer.py

@@ -490,7 +490,7 @@ class Control(bootsteps.StartStopStep):
 
 
 class Tasks(bootsteps.StartStopStep):
-    requires = ()
+    requires = (Events, )
 
     def __init__(self, c, initial_prefetch_count=2, **kwargs):
         c.task_consumer = c.qos = None