瀏覽代碼

Added FAQ: +Windows: The ``-B`` / ``--beat`` option to celeryd doesn't work?

Ask Solem 15 年之前
父節點
當前提交
1678e8d3a9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      FAQ

+ 6 - 0
FAQ

@@ -268,6 +268,12 @@ same worker when it has been restarted), so to properly purge the queue of
 waiting tasks you have to stop all the workers, and then discard the tasks
 waiting tasks you have to stop all the workers, and then discard the tasks
 using ``discard_all``.
 using ``discard_all``.
 
 
+
+Windows: The ``-B`` / ``--beat`` option to celeryd doesn't work?
+----------------------------------------------------------------
+**Answer**: That's right. Run ``celerybeat`` and ``celeryd`` as separate
+services instead.
+
 Results
 Results
 =======
 =======