ashb commented on issue #8520: URL: https://github.com/apache/airflow/issues/8520#issuecomment-810248795
Sorry for missing this issue when you first created. This has been possible for a long time with `DAG.max_active_runs`: ```python dag = DAG(dag_id="my_dag", max_active_runs=1) ``` -- 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]
