ソースを参照

ConsumerStep: Requirements must be in fqdn

Ask Solem 11 年 前
コミット
98311d14f1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      celery/bootsteps.py

+ 1 - 1
celery/bootsteps.py

@@ -392,7 +392,7 @@ class StartStopStep(Step):
 
 
 class ConsumerStep(StartStopStep):
-    requires = ('Connection', )
+    requires = ('celery.worker.consumer:Connection', )
     consumers = None
 
     def get_consumers(self, channel):