ashb commented on pull request #12107: URL: https://github.com/apache/airflow/pull/12107#issuecomment-722424743
> Can you add docs? I am thinking of the CLI command epilogue. Example: > > https://github.com/apache/airflow/blob/31dc6cf82734690bf95ade4554e7ebb183055311/airflow/cli/cli_parser.py#L1156 Done! ``` Start a scheduler instance optional arguments: -h, --help show this help message and exit -D, --daemon Daemonize 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, --log-file LOG_FILE Location of the log file -n NUM_RUNS, --num-runs NUM_RUNS Set the number of runs to execute before exiting --pid [PID] PID file location --stderr STDERR Redirect stderr to this file --stdout STDOUT Redirect stdout to this file -S SUBDIR, --subdir SUBDIR File location or directory from which to look for the dag. Defaults to '[AIRFLOW_HOME]/dags' where [AIRFLOW_HOME] is the value you set for 'AIRFLOW_HOME' config you set in 'airflow.cfg' Signals: - SIGUSR2: Dump a snapshot of task state being tracked by the executor ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
