chore(celery): update celery config variables names (#22499)

This commit is contained in:
Artem Shumeiko
2023-01-13 19:56:15 +03:00
committed by GitHub
parent 79b40bb979
commit 31e639318b
4 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,9 @@ little bit helps, and credit will always be given.
- [Revert Guidelines](#revert-guidelines)
- [Setup Local Environment for Development](#setup-local-environment-for-development)
- [Documentation](#documentation)
- [Images](#images)
- [Local Development](#local-development)
- [Build](#build)
- [Deployment](#deployment)
- [Flask server](#flask-server)
- [OS Dependencies](#os-dependencies)
- [Dependencies](#dependencies)
@@ -1293,7 +1295,7 @@ To do this, you'll need to:
- Start up a celery worker
```shell script
celery --app=superset.tasks.celery_app:app worker -Ofair
celery --app=superset.tasks.celery_app:app worker -O fair
```
Note that: