فهرست منبع

Maybe this solves #894

Ask Solem 13 سال پیش
والد
کامیت
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