在 Ubuntu 上设置 Rails Resque 的最佳方法

发布于 2024-12-21 01:48:44 字数 143 浏览 2 评论 0原文

我正在构建一些中间件来查找和处理传入的文件。

我已经设置 Resque 来排队和执行作业。

设置 Ubuntu 服务器以保持 resque 进程 24x7 运行的最佳方法是什么,以便执行作业,并且如果该进程由于某种原因停止则可以再次启动它?

I'm building some middleware to look for and process incoming files.

I've setup Resque to queue and execute jobs.

What is the best way to setup my Ubuntu server to keep the resque process running 24x7 so jobs are executed and if the process stops for some reason to start it up again?

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

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

发布评论

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

评论(1

梦毁影碎の 2024-12-28 01:48:44

您可以使用进程监视器,例如godbluepillmonit 到达到你的要求。
Resque 包含一些示例配置,可帮助您开始使用 god 和 monit:

You can use a process monitor such as god, bluepill and monit to achieve what you require.
Resque includes some example configurations to get you started with god and monit:

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