2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pueue parallel {{[-g|--group]}} {{group_name}} {{maximum_number_of_parallel_tasks}}`
|