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 |
-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: |
--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 |