tim-habitat opened a new issue, #33212: URL: https://github.com/apache/airflow/issues/33212
### Description It would be great to have a wait to limit the concurrency of deferred task. Currently using `max_active_task` doesn't limit the number of `deferred` tasks. As more operators adopt the `deferrable` approach, this would be a valuable feature. ### Use case/motivation Limit the number of concurrent tasks when those are using `deferrable` operators. ### Related issues potentially: https://github.com/apache/airflow/discussions/21243#discussioncomment-2084928 https://github.com/apache/airflow/issues/15082 https://github.com/apache/airflow/issues/29416 ### Are you willing to submit a 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]
