module Typhoeus::Hydra::Runnable
This module contains logic to run a hydra.
Public Instance Methods
Source
# File lib/typhoeus/hydra/runnable.rb, line 13 def run dequeue_many multi.perform end
Start the hydra run.
@example Start hydra run.
hydra.run
@return [ Symbol ] Return value from multi.perform.