yidao620c / comments

用来存储用户评论
MIT License
1 stars 0 forks source link

使用supervisor管理进程 | 飞污熊博客 #690

Open yidao620c opened 1 year ago

yidao620c commented 1 year ago

https://www.xncoding.com/linux/basic/supervisor.html

Supervisor (http://supervisord.org) 是一个用 Python 写的进程管理工具, 可以很方便的用来启动、重启、关闭进程(不仅仅是Python进程)。除了对单个进程的控制,还可以同时启动、关闭多个进程, 有时候服务器出问题导致所有应用程序都被杀死,此时可以用supervisor同时启动所有应用程序。