introduce a space in command line option (#8438)

see https://docs.celeryproject.org/en/latest/userguide/optimizing.html
This commit is contained in:
Christoph Lingg 2019-10-25 01:00:33 +02:00 committed by Maxime Beauchemin
parent a39c24ef6a
commit 1d5718a1a8
1 changed files with 1 additions and 1 deletions

View File

@ -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 ::