SamWheating commented on issue #20788: URL: https://github.com/apache/airflow/issues/20788#issuecomment-1010223049
> I just dont think the whole scheduler should stop scheduling tasks because one dag is misconfigured. Agreed - although in this case though I think that setting `dagrun_timeout`, `max_active_runs` or `max_active_tasks` on your DAG can reduce the ability of a single DAG to use too many resources and thus limit the blast radius of such an incident. > Maybe it could at least be shoved to the back of the queue so that other tasks can try to run? Agreed, I'll have a look through the scheduler logic to see how viable this is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
