在BackgroundRB崩溃的情况下如何恢复取消(已采取)的作业?

发布于 2024-08-04 07:09:55 字数 256 浏览 4 评论 0原文

问题是:我们有一些作业在 Rails 应用程序的 BackgroundRB 中运行几秒到几分钟。但是,当我们部署新代码并在执行任务时重新启动BackgroundRB 时会发生什么? BackgroundRB 似乎没有拾取任何“已执行”的任务,并且我无法找到任何可以恢复这些任务的内容。

谁能告诉我BackgroundRB 是否以及如何提供恢复当backgroundrb 宕机时正在运行的任务?

我问这个问题的原因是,在作业结束时,一个新的作业会在未来的任意时间排队。

The problem: we have jobs that run from a few seconds to a few minutes in BackgroundRB from a Rails app. But, what happens when we deploy new code and restart BackgroundRB when it's performing a task? BackgroundRB does not seem to pick up any 'taken' tasks and I have not been able to find anything that can recover these tasks.

Can anyone tell me if and how BackgroundRB provides for recovering tasks that were running when backgroundrb goes down?

The reason I ask this question is that at the end of the job, a new job is queued in the future at an arbitrary time.

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

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

发布评论

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

评论(1

日裸衫吸 2024-08-11 07:09:55

一个可能的解决方案是在部署新应用程序时重置所有“占用”的作业。但这样做最合乎逻辑的地方是什么?我目前正在考虑 Rails 初始化器。

A possible solution would be to reset all 'taken' jobs when deploy a new application. But what'd be the most logical place to do this? I'm currently thinking a rails initializor.

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