← All terms
Airflow

Scheduler

The Scheduler is the Airflow component that continuously parses the DAGs folder, checks each DAG’s schedule and task dependencies, and triggers task instances the moment they’re eligible to run.

What it’s doing under the hood:

If the scheduler is down, nothing new gets triggered — it’s the heartbeat of the whole system.

See also: DAG, Web Server