-
Notifications
You must be signed in to change notification settings - Fork 215
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
Understanding the interface #82
Comments
total-jobs as the protocol says is how many jobs were on that tube since beanstalkd server is up (not your script). you don't have any jobs to process, and total is just a stat value so those messages are not in memory.
you can ask support questions on stackoverflow, make sure you tag the question with beanstalkd |
thanks for clarifying, so I have 5 connections to beanstalkd right (3+2)? |
you have 3 connections |
I am not sure where to find support for this, please check this image of my console
I'm not sure what the total-jobs column means? First I thought it was completed jobs but reading your tooltip
"cumulative count of jobs created in this tube in the current beanstalkd process"
sounds like I have 400+ jobs in memory hung up in some sort of infinity state? how can I see the jobs "in the process"
also is current using + current watching mean there are 5 processes trying to work through this?
The text was updated successfully, but these errors were encountered: