Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for subpools grouping or adding as children to other subpools #15

Open
dkormalev opened this issue Oct 29, 2019 · 0 comments
Assignees

Comments

@dkormalev
Copy link
Owner

In some cases it is beneficial to group few subpools together so they would each be restricted by their own limits and also will be restricted together.
For example, we have 500 subpools of 2 concurrent jobs each. We don't want to run more than 10 jobs across all subpools. Grouping all 500 of them and setting the limit to 10 would help in this case. Alternative way is to make subpools a tree (need to be checked if will not add too much extra work for cases when it is not needed).

@dkormalev dkormalev self-assigned this Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant