gosuv
gosuv copied to clipboard
Deprecated!!! Process managerment writtern by golang, inspired by python-supervisor
重试次数设置失败
gosuv (0.1.1)版本设置重试次数后,仍然恢复默认值3,烦请修复谢谢 打开控制台,抓取XHR请求 response {"error":"json: cannot unmarshal string into Go value of type int","status":1} 附: 请求体 {"name":"noah-zhongbao","command":"go run main.go -conf noah.ini -program noah_zhongbao","environ":null,"directory":"/home/map/gopath/src/flock/flock","startAuto":false,"startRetries":"9999","startSeconds":3,"stopTimeout":3,"user":""}:
github.com/qiniu/log: cannot find module providing package github.com/qiniu/log: module github.com/qiniu/log: reading https://goproxy.cn/github.com/qiniu/log/@v/list: 404 Not Found server response: not found: module github.com/qiniu/log: git ls-remote -q origin in /tmp/gopath/pkg/mod/cache/vcs/e2aa7c3b2b94e14fa609a95a4fcc3ac4e9e77c1eefe42a5e5eb4d457eabbe31b: exit status 128: fatal:...
python supervisor: supervirsorctl reread supervirsorctl update 好像可以起到同样的效果, 不会把所有的程序, 都重新启动的, 只会把新加的启动.
为方便的控制服务退出及控制,请加入 自定义信号控制,及类似docker stop那种延迟kill -9 .
## Web UI 支持管理多个节点的进程吗? 我看 `supervisor` 有支持管理多个节点的 Web UI,https://github.com/Gamegos/cesi, 看介绍貌似 gosuv 目前不支持多节点进程管理?
1、config.yml文件每次在程序启停时就会把某些字段删掉,比如,网上参考的配置: name: 10.10.99.177 master: "" 上述配置部分就会自动删除。 2、环境变量 environ: []是否有效,目前web端不能配置该部分; 3、分布式master部分功能测试不出来。
$HOME 这个目录具体是什么意思?