Ask Solem преди 12 години
родител
ревизия
7b3b025110
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      celery/worker/__init__.py

+ 1 - 1
celery/worker/__init__.py

@@ -82,7 +82,7 @@ class Pool(bootsteps.StartStopComponent):
 
     """
     name = 'worker.pool'
-    requires = ('queues', )
+    requires = ('queues', 'beat', )
 
     def __init__(self, w, autoscale=None, no_execv=False, **kwargs):
         w.autoscale = autoscale