pueue-pause

Pause pueue task queue processing

TLDR

Pause all tasks
$ pueue pause
Pause specific task
$ pueue pause [task_id]
Pause group
$ pueue pause --group [group]
Wait for current to finish
$ pueue pause --wait

SYNOPSIS

pueue pause [options] [taskids_]

DESCRIPTION

pueue pause pauses the task queue, preventing new tasks from starting. Currently running tasks continue to completion unless individually paused. Use --wait to let running tasks finish before pausing takes effect, or --group to pause only a specific task group.

PARAMETERS

TASKIDS_

Tasks to pause.
--group NAME
Pause specific group.
--wait
Wait for running tasks.
--all
Pause all groups.

INSTALL

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

CAVEATS

Running tasks not affected. Part of pueue.

HISTORY

pueue pause provides queue pausing functionality.

SEE ALSO

pueue(1), pueue-start(1)