Hello


I have encountered a strange problem with version 1.4.3.
Setup: I have a python/twisted app that connects to beanstalkd 1.4.3
via sophacles "pybeanstalk" connector. The python-app has a main loop
that starts one thread per active tube that performs 'watch' on its
single tube, and then a blocking reserve call, gets a job and runs it.
When that job is done the job is deleted and the thread returns. This
call hangs indefinitely at times, even though I can see via other
connections (telnet) that there are in fact jobs ready to be
reserved.

Beanstalk daemon is started like this: /usr/local/bin/beanstalkd -d -
b /var/beanstalk -f 0 the installed version of libevent is
libevent-1.4.13-stable (from source).



I'm pretty confident that the error lies within beanstalk, and not in
my code, since a restart of the beanstalk daemon usually solves the
problem, but not always. It might just as well hang again directly or
shortly after restart.

I don't have any more info at this time but if anyone has experienced
similar problems please let me know. Also, is there any good way to
debug or get text logs out from beanstalkd? Any help greatly
appreciated.

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

Reply via email to