TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Monitoring Processes with Supervisord

14 点作者 fideloper将近 11 年前

3 条评论

fideloper将近 11 年前
This weeks SFH covers Supervisord (The eBook mentioned there will cover forever and Circus as well).<p>I&#x27;ve tried to add a little beyond the usual tutorial on Supervisord to include things like adding environmental variables your application can use, and setting up Supervisord&#x27;s web interface.
shurane将近 11 年前
Upstart and systemd are not that complicated. Supervisord certainly has advantages -- the main one is that it&#x27;s always a `pip install` away on *nix platforms.
bennyp101将近 11 年前
I&#x27;ve been using supervisord for a while, but never knew it had a built in webserver..