You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "t oo (Jira)" <ji...@apache.org> on 2020/01/05 12:46:00 UTC

[jira] [Created] (AIRFLOW-6469) Enforce dagrun_timeout for non-scheduled (ie externally triggered) dags without # of active DagRuns == max_active_runs limitation

t oo created AIRFLOW-6469:
-----------------------------

             Summary: Enforce dagrun_timeout for non-scheduled (ie externally triggered) dags without # of active DagRuns == max_active_runs limitation
                 Key: AIRFLOW-6469
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6469
             Project: Apache Airflow
          Issue Type: Improvement
          Components: scheduler
    Affects Versions: 1.10.7
            Reporter: t oo


dagrun_timeout is very limited right now

see
https://github.com/apache/airflow/pull/4782/files
https://stackoverflow.com/questions/57110885/how-to-define-a-timeout-for-apache-airflow-dags
https://stackoverflow.com/questions/57051453/what-is-the-difference-between-execution-timeout-and-dagrun-timeout-in-airflow

this is about making dagrun_timeout work for non-scheduled (ie externally triggered) dags without '# of active DagRuns == max_active_runs' limitation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)