You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/06/23 09:41:04 UTC

[airflow] branch master updated: Correct command for starting Celery Flower (#9483)

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

turbaszek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new a00e188  Correct command for starting Celery Flower (#9483)
a00e188 is described below

commit a00e188ded01028409e041130d1e4f02e4e3a109
Author: zikun <33...@users.noreply.github.com>
AuthorDate: Tue Jun 23 17:40:36 2020 +0800

    Correct command for starting Celery Flower (#9483)
---
 docs/executor/celery.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/executor/celery.rst b/docs/executor/celery.rst
index a3fa7ed..cc2a2af 100644
--- a/docs/executor/celery.rst
+++ b/docs/executor/celery.rst
@@ -70,7 +70,7 @@ to start a Flower web server:
 
 .. code-block:: bash
 
-    airflow celery stop
+    airflow celery flower
 
 Please note that you must have the ``flower`` python library already installed on your system. The recommend way is to install the airflow celery bundle.