pueue-restart

Re-queue failed or completed pueue tasks

TLDR

Restart failed task
$ pueue restart [task_id]
Restart with new arguments
$ pueue restart --edit [task_id]
Restart all failed tasks
$ pueue restart --all-failed
Restart in place
$ pueue restart --in-place [task_id]

SYNOPSIS

pueue restart [options] taskids_...

DESCRIPTION

pueue restart re-queues failed or completed tasks for execution. Can modify the command before restarting. Useful for retrying failed operations with modifications.

PARAMETERS

--edit

Edit command before restart.
--in-place
Restart in same task slot.
--all-failed
Restart all failed tasks.
--stashed
Restart as stashed.
-g, --group name
Filter by group.

INSTALL

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

SEE ALSO

pueue(1), pueue-start(1)