Open spesalvi opened 10 years ago
Is there any update on this? I faced a similar issue. My worker got stuck as the client wouldn't reserve the jobs, even though there were enough jobs in 'ready'.
@Shantanuprakash3 I'm experiencing the same issue. I'm looking into this.
I'm using
@beanstalk.jobs.process!
to automatically process the jobs. But I find that, after some time, my scripts are not getting any jobs.Issuing
stats-tube
command shows that there arex
number of clients watching the tube, but there are 0 clients inwaiting
state. The number of jobs keep increasing, but none of the clients receives any job.Sample out of
stats-tube
belowIf I stop and start my scripts, jobs get processed. Any input on this will helpful