Преглед изворни кода

celery control command was not receiving replies

Ask Solem пре 12 година
родитељ
комит
041cb94362
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      celery/bin/celery.py

+ 1 - 1
celery/bin/celery.py

@@ -399,7 +399,7 @@ class control(_RemoteControl):
     }
 
     def call(self, method, *args, **options):
-        return getattr(self.app.control, method)(*args, retry=True, **options)
+        return getattr(self.app.control, method)(*args, reply=True, **options)
 
     def pool_grow(self, method, n=1, **kwargs):
         """[N=1]"""