소스 검색

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