You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all, @jondot
I am trying to implement Sneakers in an existing web application and I am trying to reuse an existing amqp connection. I've passed it in the connection as a configuration option:
Hello all, @jondot
I am trying to implement Sneakers in an existing web application and I am trying to reuse an existing amqp connection. I've passed it in the connection as a configuration option:
I'm getting a timeout and i think it's related to the forking for Sneakers:
That means that it would be safer to pass connection details so that each worker can open their own connection to rabbit? (
lib/sneakers/worker.rb
)http://rubybunny.info/articles/connecting.html#connecting_in_web_applications_ruby_on_rails_sinatra_etc
The text was updated successfully, but these errors were encountered: