瀏覽代碼

Discourage use of -B

Ask Solem 11 年之前
父節點
當前提交
5da4aded7f
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      docs/userguide/periodic-tasks.rst

+ 3 - 2
docs/userguide/periodic-tasks.rst

@@ -249,8 +249,9 @@ To start the :program:`celery beat` service:
     $ celery beat
 
 You can also start embed `beat` inside the worker by enabling
-workers `-B` option, this is convenient if you only intend to
-use one worker node:
+workers `-B` option, this is convenient if you will never run
+more than one worker node, but it's not commonly used and for that
+reason is not recommended for production use:
 
 .. code-block:: bash