西纳特拉消息队列

发布于 2024-09-16 19:03:12 字数 335 浏览 3 评论 0原文

Starling 是一个很棒的(至少对于小型项目)且简单的消息队列,但是,它并不实际上管理或启动消耗队列的工作人员。 Workling 可以为 Rails 项目执行此操作,但不适用于纯 ruby​​ 应用程序,也不适用于 Sinatra。

在我分叉工作或使用线程/分叉创建自己的自定义工作之前,是否有另一个项目可以做到这一点?

Starling is a great (at least for small projects) and simple message queue, however, it doesn't actually manage or start workers that consume the queues. Workling does this for Rails projects, but doesn't work for pure ruby applications, neither for Sinatra.

Before I fork workling, or create my own custom one with threads/fork, is there another project that does it?

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

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

发布评论

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

评论(1

风柔一江水 2024-09-23 19:03:13

看看 resque。它与框架无关,并且包含 rake 任务来启动任意数量的工作线程来使用您的队列。它使用 redis 列表作为队列后端,因此您需要安装和管理它。

Look at resque. It is framework agnostic and contains rake tasks to start an arbitrary number of workers to consume your queues. It uses redis lists for the queue backends, so you will need to install and manage that.

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