LinuxCommandLibrary

pueue-restart

Restart tasks.

TLDR

Restart a specific task

$ pueue restart [task_id]
copy


Restart multiple tasks at once, and start them immediately (do not enqueue)
$ pueue restart --start-immediately [task_id] [task_id]
copy


Restart a specific task from a different path
$ pueue restart --edit-path [task_id]
copy


Edit a command before restarting
$ pueue restart --edit [task_id]
copy


Restart a task in-place (without enqueuing as a separate task)
$ pueue restart --in-place [task_id]
copy


Restart all failed tasks and stash them
$ pueue restart --all-failed --stashed
copy

Copied to clipboard