Files
cheatsheet-tldr/tldr/pueue-parallel
2025-04-23 00:19:06 +00:00

18 lines
518 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pueue parallel
> Set the amount of allowed parallel tasks.
> More information: <https://github.com/Nukesor/pueue>.
- Set the maximum number of tasks allowed to run in parallel, in the default group:
`pueue parallel {{max_number_of_parallel_tasks}}`
- Set the maximum number of tasks allowed to run in parallel, in a specific group:
`pueue parallel {{[-g|--group]}} {{group_name}} {{maximum_number_of_parallel_tasks}}`