56 57 58
# File 'lib/que/connection_pool.rb', line 56 def execute(*args) checkout { |conn| conn.execute(*args) } end