Hirevo / persist

A fast and simple asynchronous process manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow auto-restarting processes

Hirevo opened this issue · comments

This project is named persist but there is still no way to automatically restart a process if it stops on its own.

We should decide on:

  • whether we should auto-restart by default, or not
  • what conditions we should restart a process on (specific exit code, if signaled, etc...)