DarthSim / overmind

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

Add auto-restart option to restart the process on death #52

Closed joekur closed 5 years ago

joekur commented 5 years ago

This would be useful to me because my webpack dev server randomly crashes 🤷‍♂

DarthSim commented 5 years ago

Hi,

Thanks for your contribution, and sorry for the delay. I'm currently mostly concentrated on support of imgproxy.

I think it's just enough to add !p.interrupted && p.autoRestart check here: https://github.com/DarthSim/overmind/blob/master/start/process.go#L184. No need to set CanDie and stuff.

DarthSim commented 5 years ago

Fixed the behavior by myself. Thanks again for the contribution!