Using pybeanstalk, I just tried submitting some jobs to beanstalkd while my consumer wasn't running. When I checked the queue by telnetting to localhost:11300 (where beanstalkd is running) and typed stats, I get:
current-jobs-urgent: 0 current-jobs-ready: 0 current-jobs-reserved: 0 current-jobs-delayed: 0 current-jobs-buried: 0 but my total jobs is increasing every time I submit a job. Does beanstalkd automatically discard jobs if no one is listening to the tube the job comes in on? Thanks, Saikat -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
