从delayed_job迁移到resque的指南?

发布于 2024-09-02 13:29:21 字数 103 浏览 1 评论 0原文

有人有或知道如何从 Delayed Job 迁移到 Resque 的指南吗?我在谷歌上找不到任何东西,我想我一定不是第一个这样做的人。只要列出需要进行的更改和需要注意的事项的一般列表就可以了。

Does anyone have or know of a guide for how to migrate from Delayed Job to Resque? I can't find any on Google and figure I must not be the first one doing this. Just a general list of changes that need to made and things to watch out for would be great.

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

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

发布评论

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

评论(2

贩梦商人 2024-09-09 13:29:22

我刚刚找到了这个指南

I have just found this guide.

心如狂蝶 2024-09-09 13:29:22

我找不到任何指南,但缺少的一块是 Resque 调度程序。一旦您的服务器上运行了所有 Resque 内容,实际的 Rails 代码更改就非常简单。因此,如果您碰巧正在这样做,请查找 Resque Scheduler,然后开始使用。

There is no guide that I could find, but the missing piece of the puzzle is Resque scheduler. Once you get all the Resque stuff running on your server, the actual Rails code changes are incredibly simple. So if you happen to be doing this look for Resque Scheduler and then have at it.

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