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?
Code of Conduct
Description
Instead of using the
default_poolas the default Pool for tasks, when a team is created we should create adefault_<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?
Code of Conduct