Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs are not reserved but the tube is being watched #43

Open
spesalvi opened this issue Jun 10, 2014 · 2 comments
Open

jobs are not reserved but the tube is being watched #43

spesalvi opened this issue Jun 10, 2014 · 2 comments

Comments

@spesalvi
Copy link

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.

Sample out of stats-tube below

stats-tube email.send.v1
OK 263

---
name: email.send.v1
current-jobs-urgent: 0
current-jobs-ready: 10
current-jobs-reserved: 0
current-jobs-delayed: 0
current-jobs-buried: 0
total-jobs: 196704
current-using: 0
current-watching: 1
current-waiting: 0
cmd-pause-tube: 0
pause: 0
pause-time-left: 0

If I stop and start my scripts, jobs get processed. Any input on this will helpful

@Shantanuprakash3
Copy link

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'.

@giovannelli
Copy link

@Shantanuprakash3 I'm experiencing the same issue. I'm looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants