Jelajahi Sumber

Maybe this solves #894

Ask Solem 13 tahun lalu
induk
melakukan
7b3b025110
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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