beanstalkd 怪异,返回无效作业

发布于 2024-09-12 06:46:39 字数 466 浏览 9 评论 0原文

beanstalkd 正在捉弄我。正如您从以下一系列命令中看到的,有准备好的作业,但我无法查看、删除或对它们执行任何操作。

watch ab_similar_sync_node
WATCHING 1

stats-tube ab_similar_sync_node
OK 272
---
name: ab_similar_sync_node
current-jobs-urgent: 0
current-jobs-ready: 8521
current-jobs-reserved: 0
current-jobs-delayed: 0
current-jobs-buried: 0
total-jobs: 205999
current-using: 0
current-watching: 1
current-waiting: 0
cmd-pause-tube: 0
pause: 0
pause-time-left: 0

peek-ready
NOT_FOUND

beanstalkd is playing tricks on me. As you can see from the following series of commands, there are ready jobs, but I cant peek, delete, or do anything with them.

watch ab_similar_sync_node
WATCHING 1

stats-tube ab_similar_sync_node
OK 272
---
name: ab_similar_sync_node
current-jobs-urgent: 0
current-jobs-ready: 8521
current-jobs-reserved: 0
current-jobs-delayed: 0
current-jobs-buried: 0
total-jobs: 205999
current-using: 0
current-watching: 1
current-waiting: 0
cmd-pause-tube: 0
pause: 0
pause-time-left: 0

peek-ready
NOT_FOUND

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

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

发布评论

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

评论(1

以往的大感动 2024-09-19 06:46:39

peekpeek_ready 适用于正在使用的管子,而不是观看的管子。 reserve 将查看正在观看的视频管,但由于您可以观看多个视频管,因此不适合查看。

首先使用ab_similar_sync_node,然后您就可以查看您想要的所有内容。

peek and peek_ready work with the tube being use, not watched. reserve will look in the tubes being watched, but as you can watch multiple tubes, it's not appropriate for peek.

use ab_similar_sync_node first and then you'll be able to peek all you want.

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