LinuxCommandLibrary

pueue-restart

Re-queue failed or completed pueue tasks

TLDR

Restart failed task

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

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community