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

set maximum concurrency (& priority)? #13

Open
mbernerslee opened this issue Mar 27, 2023 · 0 comments
Open

set maximum concurrency (& priority)? #13

mbernerslee opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mbernerslee
Copy link
Contributor

be able to set maximum concurrency somehow, such that if max_concurrency = 2, and 5 build steps want to run at once, only 2 will run... and the other 3 are queued behind (but only the next two will run, and so on)

additionally be able set the "priority" of a build step, such that if max_concurrency = 2, and 5 want to run at once, my two highest priority build steps will run first.

(it could be implicitly determined by the order in which they appear in the JSON, but that seems too implicit & magical)

@mbernerslee mbernerslee added the enhancement New feature or request label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant