소스 검색

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):
 class ConsumerStep(StartStopStep):
-    requires = ('Connection', )
+    requires = ('celery.worker.consumer:Connection', )
     consumers = None
     consumers = None
 
 
     def get_consumers(self, channel):
     def get_consumers(self, channel):