Browse Source

Maybe this solves #894

Ask Solem 13 năm trước cách đây
mục cha
commit
7b3b025110
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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