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

Allow to disable parallel taks limit #500

Closed
ClementNerma opened this issue Feb 15, 2024 · 3 comments
Closed

Allow to disable parallel taks limit #500

ClementNerma opened this issue Feb 15, 2024 · 3 comments

Comments

@ClementNerma
Copy link

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

@Nukesor
Copy link
Owner

Nukesor commented Feb 15, 2024

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 :)

@Nukesor
Copy link
Owner

Nukesor commented Feb 15, 2024

Implemented the behavior in the linked MR.
Also tested it properly on my local setup and it works as expected :)

@ClementNerma
Copy link
Author

Ha, I was about to submit my own PR for this but you beat me to it xD
Thanks for the feature!

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

2 participants