Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的一个脚本知道 beanstalkd 中所有剩余的排队作业是否都已完成。
我目前正计划遍历每个作业 ID 并运行 peek() 以查看是否返回任何内容。
有没有更优雅的方法来做到这一点?
我想出了如何做到这一点。通过 beanstalk 客户端检查保留作业和排队作业的数量是否为零会告诉您剩余作业何时完成。