You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/19 13:30:17 UTC

[GitHub] [airflow] ericbellet commented on issue #9975: max_active_runs = 1 can still create multiple active execution runs

ericbellet commented on issue #9975:
URL: https://github.com/apache/airflow/issues/9975#issuecomment-844108227


   I am facing the same issue. I found a kind of temporal solution for relaunching the previous steps and execute them without concurrency, you can Delete the DAG in the UI and turn on the DAG again. In my case, I had to remove temporally the steps that I don't want to rerun and just keep the ones that I need. Also, you can create another DAG for that. 
   ![image](https://user-images.githubusercontent.com/11494509/118820677-c85c8f80-b8b6-11eb-8d6c-0607d8b12231.png)
   
   ![image](https://user-images.githubusercontent.com/11494509/118820603-b5e25600-b8b6-11eb-9538-094405f96e9d.png)
   


-- 
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:
users@infra.apache.org