You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2021/08/03 00:53:29 UTC

[superset] branch john-bodley--docs-celery-flower updated: Update async_queries_celery.mdx

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--docs-celery-flower
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/john-bodley--docs-celery-flower by this push:
     new 535e46d  Update async_queries_celery.mdx
535e46d is described below

commit 535e46d729c888fb6a792372eb6ab47d183cd2a1
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Aug 3 12:51:09 2021 +1200

    Update async_queries_celery.mdx
---
 docs/src/pages/docs/installation/async_queries_celery.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/pages/docs/installation/async_queries_celery.mdx b/docs/src/pages/docs/installation/async_queries_celery.mdx
index 58c1f1a..e97acc6 100644
--- a/docs/src/pages/docs/installation/async_queries_celery.mdx
+++ b/docs/src/pages/docs/installation/async_queries_celery.mdx
@@ -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
 ```