Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以动态生成supervisord使用的配置?
我正在做一个项目,无论如何都需要在一个中心位置定义所有服务,所以如果我也能以某种方式欺骗supervisord使用该配置数据,那将非常方便。
supervisord
我没有尝试过,但是这个 Github 项目声称可以做到这一点:
https://github.com/mnaberez/supervisor_twiddler
创建一个新supervisord.conf文件或添加到现有文件,然后使用 asupervisorctl reload重新启动 supervisord 进程并加载新的配置文件,或者supervisorctl reread如果更改仅限于某些进程/组。
supervisord.conf
supervisorctl reload
supervisorctl reread