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/04/08 12:21:22 UTC

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

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


   Hi all,
   What's the current status of this issue? It seems as we are facing exactly this behavior. I will shortly try to explain our use case:
   We have a daily job to import new data and the last task of this job is to clear the dags from the previous 30 days to check if some data from the previous days has changed. And instead of processing day by day (as I would expected because of max_active_run=1) the tasks are scheduled randomly across all days. Unfortunately, I can't share the full DAG description but the image bellow shows the behavior pretty good:
   
   ![image](https://user-images.githubusercontent.com/6314432/114025280-4029aa00-9875-11eb-9b16-950e48fb9e60.png)
   
   Thank you for investigating into this!
   


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