How to actually access Que’s established connection pool.
113 114 115
# File 'lib/que.rb', line 113 def pool @pool || raise(Error, "Que connection not established!") end