Browse Source

ConsumerStep: Requirements must be in fqdn

Ask Solem 11 years ago
parent
commit
98311d14f1
1 changed files with 1 additions and 1 deletions
  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):