Do new tasks get scheduled if the timeout has passed? The way the functionality works is that it sets the DagRun to failed so it will not schedule new tasks, but it will not fail tasks that are currently running.
Bolke > On 17 Jul 2017, at 16:36, Ben Schoener <[email protected]> wrote: > > I instantiate my dags with a timeout (dagrun_timeout=timedelta(hours=1)), but > this doesn't seem to have any effect. My DAGs can run for well over 1 hour > without timing out. Is there anything obvious I might be missing here? Has > anyone had success using dagrun_timeout? I'm running airflow 1.8.0. > > > Thanks, > > Ben
