mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 08:58:55 +00:00
Update cheatsheets
This commit is contained in:
17
pueue-parallel
Normal file
17
pueue-parallel
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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 --group {{group_name}} {{maximum_number_of_parallel_tasks}}`
|
||||
Reference in New Issue
Block a user