Method: Que.pool
- Defined in:
- lib/que.rb
.pool ⇒ Object
How to actually access Que’s established connection pool.
106 107 108 |
# File 'lib/que.rb', line 106 def pool @pool || raise(Error, "Que connection not established!") end |
How to actually access Que’s established connection pool.
106 107 108 |
# File 'lib/que.rb', line 106 def pool @pool || raise(Error, "Que connection not established!") end |