-
Notifications
You must be signed in to change notification settings - Fork 137
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
Allow to disable parallel taks limit #500
Comments
I actually like that proposal quite a lot. It's also a reasonable alternative solution to #499. I assume this shouldn't be too hard to implement, I'll take a look in the next few days :) |
Implemented the behavior in the linked MR. |
Ha, I was about to submit my own PR for this but you beat me to it xD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A detailed description of the feature you would like to see added.
Allow to disable the limits of parallel running tasks. Idea of implementation:
pueue parallel 0
would disable any limit (like many othe rtools do).Explain your usecase of the requested feature
Not needing to worry about the parallel tasks limit undependently of the usage of pueue.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: