flower

Definition

Starts a Celery Flower. You can run this command by using the Add/Remove components action in ADCM.

Usage

$ airflow celery flower [-h] [-A BASIC_AUTH] [-a BROKER_API] [-D]
                      [-c FLOWER_CONF] [-H HOSTNAME] [-l LOG_FILE]
                      [--pid [PID]] [-p PORT] [--stderr STDERR]
                      [--stdout STDOUT] [-u URL_PREFIX] [-v]

Arguments

Parameter Description

-A, --basic-auth

Secure Flower with basic authentication. Accepts user:password pairs separated by a comma. For example: flower_basic_auth = user1:password1,user2:password2

-a, --broker-api

Broker API

-D, --daemon

Run as a daemon instead of running in the foreground

-c, --flower-conf

Configuration file for Flower

-H, --hostname

Set the name of the host on which to run the server

-l, --log-file

Location of the log file

--pid

PID file location

-p, --port

The port on which to run the server. Default: 5555

--stderr

Redirect stderr to this file

--stdout

Redirect stdout to this file

-u, --url-prefix

URL prefix for Flower

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Found a mistake? Seleсt text and press Ctrl+Enter to report it