You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 are x number of clients watching the tube, but there are 0 clients in waiting state. The number of jobs keep increasing, but none of the clients receives any job.
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'.
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
The text was updated successfully, but these errors were encountered: