Prechádzať zdrojové kódy

Discourage use of -B

Ask Solem 11 rokov pred
rodič
commit
5da4aded7f
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  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