dag-processor
Definition
Starts a standalone DAG Processor instance. You can run this command by using the Add/Remove components action in ADCM.
Usage
$ airflow dag-processor [-h] [-D] [-p] [-l LOG_FILE] [-n NUM_RUNS] [--pid [PID]]
[--stderr STDERR] [--stdout STDOUT] [-S SUBDIR] [-v]
Arguments
| Parameter | Description |
|---|---|
-D, --daemon |
Run as a daemon instead of running in the foreground |
-p, --do-pickle |
Attempt to pickle the DAG object to send over to the workers, instead of letting workers run their version of the code |
-l, --log-file |
Location of the log file |
-n, --num-runs |
Set the number of runs to execute before exiting. Default: |
--pid |
PID file location |
--stderr |
Redirect stderr to the specified file |
--stdout |
Redirect stdout to the specified file |
-S, --subdir |
File or directory location for DAGs. Defaults to |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |