Method: Roundhouse::Worker::ClassMethods#perform_async

Defined in:
lib/roundhouse/worker.rb

#perform_async(queue_id, *args) ⇒ Object



41
42
43
# File 'lib/roundhouse/worker.rb', line 41

def perform_async(queue_id, *args)
  client_push('queue_id' => queue_id, 'class' => self, 'args' => args)
end