luancaarvalho opened a new issue, #25070: URL: https://github.com/apache/airflow/issues/25070
### Apache Airflow version 2.3.0 ### What happened Hi ! I'm trying to backfill my dag that searches for an attachment in a mailbox and send it to s3 but on any date even after my dag has done all the tasks completely they keep running infinite. Ps: I set max_active_runs to 5 looking to avoid errors in mailbox requests ### What you think should happen instead I think that after a one dag run completes another has to start. ### How to reproduce I'm running this command: airflow dags backfill --reset-dagruns --start-date 2020-03-30 --end-date 2021-01-01 my_dag_id ### Operating System windows ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details I'm using the latest deploy of helm withou many changes just configuring volumes and setting env vars ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
