LinuxCommandLibrary

pueue-group

Manage pueue task execution groups

TLDR

List groups

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

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.

CAVEATS

Default group exists. Part of pueue.

HISTORY

pueue group provides task grouping functionality.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community