无法重新启动独角兽

发布于 12-13 11:00 字数 282 浏览 1 评论 0原文

我有一个 unicorn + nginx 设置,突然当我运行 cap unicorn:upgrade (向主进程发送 USR2)时,它没有为 .pid 文件添加前缀,并且它根本不会分叉一个新的主进程。当我打开日志文件时,我可以看到这一行,

reaped #<Process::Status: pid 32448 exit 10> exec()-ed

任何人都可以建议做些什么来看看出了什么问题吗?

谢谢

I have a unicorn + nginx setup and suddenly when I run cap unicorn:upgrade (which sends a USR2 to the master process) it doesn't prefix the .pid file and it doesn't fork a new master process at all. When I open the log file I can see the line

reaped #<Process::Status: pid 32448 exit 10> exec()-ed

can anyone suggest something to do in order to see what's wrong?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事与诗2024-12-20 11:00:26

你的独角兽配置有 preload_app(true) 吗?如果出现这种情况,您可能需要发送 QUIT 信号。

Does your unicorn config have preload_app(true) ? You may need to send a QUIT signal if it does.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文