[ https://issues.apache.org/jira/browse/AIRFLOW-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Riccomini closed AIRFLOW-255. ----------------------------------- Resolution: Fixed Fix Version/s: Airflow 1.8 > schedule_dag shouldn't return early if dagrun_timeout is given > -------------------------------------------------------------- > > Key: AIRFLOW-255 > URL: https://issues.apache.org/jira/browse/AIRFLOW-255 > Project: Apache Airflow > Issue Type: Bug > Affects Versions: Airflow 1.7.1.3 > Reporter: Kevin Lin > Assignee: Kevin Lin > Fix For: Airflow 1.8 > > > In > https://github.com/apache/incubator-airflow/blob/master/airflow/jobs.py#L396, > schedule_dag returns as long as `len(active_runs) >= dag.max_active_runs`. It > should also take into account dag.dagrun_timeout -- This message was sent by Atlassian JIRA (v6.3.4#6332)