module Typhoeus::Hydra::Runnable

def run

Returns:
  • (Symbol) - Return value from multi.perform.

Other tags:
    Example: Start hydra run. -
def run
  dequeue_many
  multi.perform
end