pueue-group

Manage pueue task execution groups

TLDR

List groups
$ pueue group
Create group
$ pueue group add [name]
Remove group
$ pueue group remove [name]
Set parallel tasks
$ pueue parallel [N] --group [name]

SYNOPSIS

pueue group [subcommand] [options]

DESCRIPTION

pueue group manages task execution groups, which allow organizing tasks into separate queues with independent parallelism settings. Groups can be created with add and removed with remove. Each group runs its tasks independently, so a CPU-bound group can be limited to one task while an I/O-bound group runs many in parallel.

PARAMETERS

add NAME

Create group.
remove NAME
Delete group.

INSTALL

sudo pacman -S pueue
sudo apk add pueue
sudo zypper install pueue
brew install pueue
nix profile install nixpkgs#pueue

CAVEATS

Default group exists. Part of pueue.

HISTORY

pueue group is part of the pueue task manager, providing task grouping for independent queue management.

SEE ALSO

pueue(1), pueue-parallel(1)