在 Ruby on Rails 中停止带有服务器的守护进程

发布于 2024-09-03 15:14:29 字数 154 浏览 5 评论 0原文

我有一个守护进程,我使用初始化文件与服务器一起启动。 我想在服务器停止后停止这个守护进程,但我不确定在哪里放置服务器停止时运行的脚本。

服务器启动时会自动加载初始化程序。有类似的“destroyers”文件夹吗?当服务器停止时我想运行的代码应该放在哪里?

谢谢!

I have a daemon that I'm starting along with the server using an initializer file.
I want to stop this daemon once the server stops, but I'm not sure where to put a script that would run when the server stops.

Initializers get automatically loaded when the server starts. Is there a similar "destroyers" folder? Where would I put code that I want to run when the server stops?

Thanks!

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

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

发布评论

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

评论(1

假装爱人 2024-09-10 15:14:29

这是您可能感兴趣的链接,http://github.com/costan/daemonz

Here's a link that might be of interest, http://github.com/costan/daemonz

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