Hi all, I recently had an issue ( under ruby 1.8.7) where TCP issues on a network caused one of my beansltalkd servers to accept connections but never complete the TCP handshake resulting in the connect method in Beanstalkd::Connect to timeout only after the TCP timeout kicked in ( ~3 mins)
I think this can be avoided using the system timer gem as the redis ruby client does. Patch here ( shamefully "inspired" by the redis client) https://github.com/camilo/beanstalk-client-ruby/commit/f69e6930ebcb594b2ed058fb1abc91452ed92f34 redis: https://github.com/ezmobius/redis-rb/blob/master/lib/redis/connection/pure.rb#L143 -- 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.
