jobs check

Definition

Checks the status of all jobs in Airflow.

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: BackfillJob, LocalTaskJob, SchedulerJob, TriggererJob, DagProcessorJob

--limit

The number of recent jobs that will be checked. To disable limit, set 0. Default: 1

--local

Show jobs only from the local host (those with a hostname matching what hostname_callable returns)

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To check the status of all jobs on a host, run:

$ airflow jobs check --hostname 10.92.41.34
Found a mistake? Seleсt text and press Ctrl+Enter to report it