You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/01/04 19:52:05 UTC

[incubator-superset] 04/22: introduce a space in command line option (#8438)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 0.35
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit e941bda7aa887daba0b1c09af8529062e281faad
Author: Christoph Lingg <ch...@lingg.eu>
AuthorDate: Fri Oct 25 01:00:33 2019 +0200

    introduce a space in command line option (#8438)
    
    see https://docs.celeryproject.org/en/latest/userguide/optimizing.html
---
 docs/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index b454e1d..9c714db 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -843,7 +843,7 @@ have the same configuration.
 
 * To start a Celery worker to leverage the configuration run: ::
 
-    celery worker --app=superset.tasks.celery_app:app --pool=prefork -Ofair -c 4
+    celery worker --app=superset.tasks.celery_app:app --pool=prefork -O fair -c 4
 
 * To start a job which schedules periodic background jobs, run ::