logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pueue Restart - Control Task Execution | Online Free DevTools by Hexmos

Control task execution with Pueue Restart. Manage background processes and task queuing on your system efficiently. Free online tool, no registration required.

pueue-restart

Restart tasks. More information: https://github.com/Nukesor/pueue.

  • Restart a specific task:

pueue restart {{task_id}}

  • Restart multiple tasks at once, and start them immediately (do not enqueue):

pueue restart {{[-k|--immediately]}} {{task_id}} {{task_id}}

  • Restart a specific task from a different path:

pueue restart --edit-path {{task_id}}

  • Edit a command before restarting:

pueue restart {{[-e|--edit]}} {{task_id}}

  • Restart a task in-place (without enqueuing as a separate task):

pueue restart {{[-i|--in-place]}} {{task_id}}

  • Restart all failed tasks and stash them:

pueue restart {{[-a|--all-failed]}} --stashed

See Also