[
https://issues.apache.org/jira/browse/AIRFLOW-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833594#comment-15833594
]
ASF subversion and git services commented on AIRFLOW-777:
---------------------------------------------------------
Commit 2d2d6270ad6bf6052c3efe90100740d3470c0cd1 in incubator-airflow's branch
refs/heads/v1-8-test from [~gsakkis]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=2d2d627 ]
[AIRFLOW-777] Fix expression to check if a DagRun is in running state
> dag_is_running is initlialized to True instead of False
> -------------------------------------------------------
>
> Key: AIRFLOW-777
> URL: https://issues.apache.org/jira/browse/AIRFLOW-777
> Project: Apache Airflow
> Issue Type: Bug
> Components: scheduler
> Reporter: George Sakkis
> Fix For: 1.8.1
>
>
> At
> https://github.com/apache/incubator-airflow/blob/master/airflow/jobs.py#L922:
> {noformat}
> dag_is_running = True
> for dag_run in dag_runs:
> if dag_run.state == State.RUNNING:
> dag_is_running = True
> break
> {noformat}
> So {{dag_is_running}} is always True
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)