jobs check
Contents
Usage
$ airflow jobs check [-h] [--allow-multiple] [--hostname HOSTNAME]
[--job-type {BackfillJob,LocalTaskJob,SchedulerJob,TriggererJob,DagProcessorJob}]
[--limit LIMIT] [--local] [-v]
Arguments
| Parameter | Description |
|---|---|
--allow-multiple |
Run the command even if multiple matching alive jobs are found |
--hostname |
Check jobs on the specified host |
--job-type |
The type of jobs to check. Possible values: |
--limit |
The number of recent jobs that will be checked. To disable limit, set |
--local |
Show jobs only from the local host (those with a hostname matching what |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |