mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
refactor: adopt --app as celery global option (#16040)
* Update installation.rst * Update async_queries_celery.mdx
This commit is contained in:
@@ -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