kpathak13 commented on issue #4727: [AIRFLOW-3902] Add new singleton_operator and unittest URL: https://github.com/apache/airflow/pull/4727#issuecomment-499229433 @Fokko, that is not going to work. The approach that you describe is going to make the dag(s) unnecessarily complicated. `max_active_runs=1` is going to skip scheduling completely if the previous instance is running. `catchup=False` is going skip scheduling time sensitive tasks and it is going to make support team to go banana.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
