mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user