triggerer
Contents
Definition
Starts a triggerer instance. You can run this command by using the Add/Remove components action in ADCM.
Usage
$ airflow triggerer [-h] [--capacity CAPACITY] [-D] [-l LOG_FILE] [--pid [PID]]
[-s] [--stderr STDERR] [--stdout STDOUT] [-v]
Arguments
| Parameter | Description |
|---|---|
--capacity |
The maximum number of triggers that can be run simultaneously |
-D, --daemon |
Run as a daemon instead of running in the foreground |
-l, --log-file |
Location of the log file |
--pid |
PID file location |
-s, --skip-serve-logs |
Do not start the logs maintenance process along with the workers |
--stderr |
Redirect stderr to the specified file |
--stdout |
Redirect stdout to the specified file |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |