Skip to content

Commit

Permalink
refactor: adopt --app as celery global option (#16040)
Browse files Browse the repository at this point in the history
* Update installation.rst

* Update async_queries_celery.mdx
  • Loading branch information
john-bodley authored Aug 4, 2021
1 parent 4359650 commit 7effa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation/async_queries_celery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7effa44

Please sign in to comment.