snippetbashTip
pueue parallel — Set the amount of allowed parallel tasks. More information: <https://github.com/Nukesor/pueue#how-to
Viewed 0 times
thepueue parallelcommandparallelcliamountsetallowed
Problem
How to use the
pueue parallel command: Set the amount of allowed parallel tasks. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue parallel — Set the amount of allowed parallel tasks. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.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}}Code Snippets
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}}Context
tldr-pages: common/pueue parallel
Revisions (0)
No revisions yet.