Skip to content

Commit

Permalink
source code steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Aug 10, 2021
1 parent d2c5408 commit 9e4c3bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ Combination of Dags, Operators, Tasks, TaskInstances
![single node](https://i.postimg.cc/3xzBzNCm/airflow-architecture-singlenode.png)
![multi node](https://i.postimg.cc/MGyy4DGJ/airflow-architecture-multinode.png)
![statuses](https://i.postimg.cc/g2kd76Z5/airflow-statuses.png)
from scheduled: https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/jobs/scheduler_job.py#L329
to queued:https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/jobs/scheduler_job.py#L483
to scheduled: https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/jobs/scheduler_job.py#L810
from scheduled: https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/jobs/scheduler_job.py#L329
to queued:https://github.com/apache/airflow/blob/866a601b76e219b3c043e1dbbc8fb22300866351/airflow/jobs/scheduler_job.py#L483

![task lifecycle](https://airflow.apache.org/docs/stable/_images/task_lifecycle_diagram.png)
### components
Expand Down

0 comments on commit 9e4c3bd

Please sign in to comment.