Method: QueueingProxy::Worker#beanstalk

Defined in:
lib/queueing_proxy/worker.rb

#beanstalkObject

Setup a beanstalk connection



19
20
21
# File 'lib/queueing_proxy/worker.rb', line 19

def beanstalk
  @beanstalk ||= EMJack::Connection.new(:host => @beanstalk_host, :tube => @tube)
end