From 2dbb104636a63d17985c4d03155edb73c4b968e5 Mon Sep 17 00:00:00 2001 From: Christoph Lingg Date: Thu, 24 Oct 2019 10:58:40 +0200 Subject: [PATCH] introduce a space in command line option 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 93604375aa2a..ec426c7f44b2 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 ::