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

Default concurrency #1953

Closed
alexec opened this issue Dec 13, 2024 · 1 comment
Closed

Default concurrency #1953

alexec opened this issue Dec 13, 2024 · 1 comment

Comments

@alexec
Copy link

alexec commented Dec 13, 2024

I don't see the default concurrency option. In similar tools (e.g. mvnd) in in num_cores - 1 which allows the user a core to do work on.

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Dec 13, 2024
@andreynering andreynering added type: question Further information is requested. and removed state: needs triage Waiting to be triaged by a maintainer. labels Dec 13, 2024
@andreynering
Copy link
Member

Hi @alexec,

By default there is no concurrency limit. Task will spawn as many threads as there are dependencies in the task you're running.

You can set a concurrency limit with --concurrency (-C).

@andreynering andreynering closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2024
@pd93 pd93 removed the type: question Further information is requested. label Dec 15, 2024
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

4 participants