1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/pueue-parallel.md
2021-03-30 14:35:16 -04:00

12 lines
416 B
Markdown

# 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 --group {{group_name}} {{maximum_number_of_parallel_tasks}}`