문제

I want one of my scripts to know if all of the remaining queued jobs in beanstalkd have been completed.

I'm currently planning to iterate through every job id and run peek() to see if anything is returned.

Is there a more elegant way to do this?

도움이 되었습니까?

해결책

I figured out how to do this. Checking if the number of reserved jobs and queued jobs are zero through a beanstalk client tells you when the remaining jobs have been completed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top