ashb commented on pull request #19367:
URL: https://github.com/apache/airflow/pull/19367#issuecomment-960648528


   This feels like only a partial fix.
   
   If a DAG is currently working (and has max_active_runs) and _then_ the file 
is updated and now has an error, the DAG will still be scheduled, but it 
probably shouldn't be.
   
   To do that without needing to join against ImportError perhaps we need to 
add a new column to DAG -- we have `is_active` which is close, but setting that 
to false hides it from the UI which isn't the behaviour we want here.


-- 
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]


Reply via email to