运行 resque 时,如何在生产环境中的服务器上启动工作程序?

发布于 2024-11-17 16:48:05 字数 126 浏览 2 评论 0原文

您通过 cron 作业启动该作品吗?该 cron 作业是否会使用 rake 调用该任务?

任何其他建议或使用模式都非常感谢。

当您启动工作程序时,它是保持运行等待状态还是每次都必须运行它们然后工作程序退出。

Do you launch the works via a cron job? And would that cron job just call the task using rake?

Any other suggestions or usage patterns greatly appreciated.

When you launch the worker, does it stay running waiting or do you have to run them each time and then the worker exits.

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

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

发布评论

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

评论(1

还如梦归 2024-11-24 16:48:05

我让我的工作人员通过一个新贵脚本启动,然后在每次由 capistrano 部署后重新启动。这里还有另一个类似的问题,它还有很多其他方法...

如何在生产中部署 resque 工作人员?

I have my workers started via an upstart script which is then restarted after each deployment by capistrano. There's another similar question here which has a lot of other ways as well...

How to deploy resque workers in production?

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