DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Auto-restart all processes? #153

Closed dunkmann00 closed 10 months ago

dunkmann00 commented 1 year ago

Hello! I have just started using overmind with much enjoyment. I was wondering if you would be open to adding the option to auto-restart all processes? I think this would be similar to how --any-can-die allows any process to die, there could be a `--auto-restart-all' flag to tell overmind to restart all processes if they die.

DarthSim commented 1 year ago

Hi @dunkmann00! PRs are always welcome 😉

dunkmann00 commented 1 year ago

Awesome! I've been wanting to learn Go for a while so this seems like a good excuse to do so!

lambrospetrou commented 1 year ago

I just wanted this as well 😅 I didn't want to use yet another process supervising tool, so a overmind start -r all kind of thing would be nice indeed.