Ruby 的任务引擎

发布于 2024-10-02 16:57:01 字数 146 浏览 4 评论 0原文

我们有一个应用程序需要执行大量短后台任务(每个任务可能会安排更多任务)。将来我们可能需要在多个服务器上运行任务。

我们还需要任务(及其参数)是持久的(存储在数据库中)并能够监视任务(状态/日志/等)

是否有现成的解决方案可与 Ruby 配合使用?

We have an application that needs to perform lots of short background tasks (each might schedule more). In the future we might need to run the tasks on multiple servers.

We also need the tasks (and their parameters) to be persistent (stored in a DB) and be able to monitor tasks (status / logs /etc)

Is there a ready made solution that works with Ruby ?

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

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

发布评论

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

评论(1

青春如此纠结 2024-10-09 16:57:01

您可以尝试 delayed_jobresque

You can try delayed_job or resque.

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