소스 검색

Docs: Clarify what the -P option belongs to.

Ask Solem 9 년 전
부모
커밋
a1745ca36c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      docs/configuration.rst

+ 3 - 2
docs/configuration.rst

@@ -1867,8 +1867,9 @@ Name of the pool class used by the worker.
 .. admonition:: Eventlet/Gevent
 
     Never use this option to select the eventlet or gevent pool.
-    You must use the `-P` option instead, otherwise the monkey patching
-    will happen too late and things will break in strange and silent ways.
+    You must use the `-P` option to :program:`celery worker` instead, to
+    ensure the monkey patches are not applied too late, causing things
+    to break in strange ways.
 
 Default is ``celery.concurrency.prefork:TaskPool``.