在 Resque 中重新排队失败的作业

发布于 2024-11-17 09:04:03 字数 111 浏览 1 评论 0原文

如果在处理后台作业时发生异常,那么我如何才能将其再次放入队列中以便自动处理。

在我的场景中,后台进程具有外部(HTTP)调用,因此可能会出现网络延迟,因此我希望在网络故障的情况下使其重新排队。

If an exception occurred in processing of a background job then how can i make it in queue again so it automatically get processed.

As in my scenario the background process having external (HTTP) calls so there are chances of network latency, so i would like to make it re-queue in case of network failure.

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

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

发布评论

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

评论(1

爱要勇敢去追 2024-11-24 09:04:03

一个名为 resque-retry 的 gem 可以处理这个问题。

“为 resque 作业提供重试、延迟和指数退避支持”

https://github.com/lantins/resque-重试

如果您需要 ruby​​ 1.9 兼容版本,请查看 fork,有人一直在努力使其正常运行。

A gem called resque-retry can handle this.

"provides retry, delay and exponential backoff support for resque jobs"

https://github.com/lantins/resque-retry

If you need a ruby 1.9 compatible version have a look through the forks, someone has been working on making it function correctly.

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