Kevin Lin created AIRFLOW-255:
---------------------------------
Summary: 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
Reporter: Kevin Lin
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)