mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
refactor: adopt --app as celery global option (#16040)
* Update installation.rst * Update async_queries_celery.mdx
This commit is contained in:
@@ -1465,7 +1465,7 @@ install from pip: ::
|
||||
|
||||
and run via: ::
|
||||
|
||||
celery flower --app=superset.tasks.celery_app:app
|
||||
celery --app=superset.tasks.celery_app:app flower
|
||||
|
||||
Building from source
|
||||
---------------------
|
||||
|
||||
@@ -114,5 +114,5 @@ pip install flower
|
||||
You can run flower using:
|
||||
|
||||
```
|
||||
celery flower --app=superset.tasks.celery_app:app
|
||||
celery --app=superset.tasks.celery_app:app flower
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user