robinandeer / software-development

General guidelines and style guide for software development
http://www.robinandeer.com/software-development/
1 stars 0 forks source link

supervisor to monitor processes #6

Open robinandeer opened 9 years ago

robinandeer commented 9 years ago

Supervisor is a cool Python utility that lets you monitor processes and e.g. automatically restart them if they go down. #deployment