jaywcjlove / jaywcjlove/reference
【备忘清单】 请求: <Supervisor>
Open
@jaywcjlove is already working on this.
Since Mar 22, 2024.
request
- Dominant language
- Dockerfile
- Stars
- 15.3k
- Forks
- 2.2k
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 4
Description
### 说明项目
Supervisor是一个使用Python语言开发的一个用于管理与监控进程的程序,基于Client/Server架构,可运行在除window之外的所有类UNIX的系统之上(如linux、unix、macos等),通过简单的配置文件设置,就能让用户实现通过Supervisor来对所有类UNIX系统中需要被管理的进程/服务进行有效的监控与管理,且Supervisor提供一个简单的基于事件监听机制实现的事件通知,能够让你更好的及时了解到Supervisor所管理的每一个你关心的进程的相关状态与所发生的事件,让你能够基于收到的事件通知可以快速的做出响应或执行相应的处理
### 提供官网
http://supervisord.org/
### 参考资料 URL
https://zhuanlan.zhihu.com/p/655433537
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.