stephen-bracken opened a new issue, #69170: URL: https://github.com/apache/airflow/issues/69170
### Description Instead of using the `default_pool` as the default Pool for tasks, when a team is created we should create a `default_<team name>` pool that contains a configurable number of slots. ### Use case/motivation Creating default pools for each team reduces configuration overhead, and allows us to fairly share out task execution slots to teams. If the pools are adjustable per team we can decide how many tasks each team can run by default. Currently each team that doesn't specify a pool for their tasks will be put in the default pool, which is not team aware. Therefore if there is a team running lots of jobs then they can starve out the pool for other teams. ### Related issues _No response_ ### 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]
