From 1d5718a1a844cfe52374cb5c6986171795c7d26d Mon Sep 17 00:00:00 2001 From: Christoph Lingg Date: Fri, 25 Oct 2019 01:00:33 +0200 Subject: [PATCH] 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 b454e1d351..9c714dbb16 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 ::