module Resque::Plugins::Remora

Public Instance Methods

attach_remora() click to toggle source
# File lib/resque/plugins/remora.rb, line 8
def attach_remora; {}; end
process_remora(_queue, _attachment) click to toggle source
# File lib/resque/plugins/remora.rb, line 9
def process_remora(_queue, _attachment); nil; end
remora_attachment() click to toggle source
# File lib/resque/plugins/remora.rb, line 4
def remora_attachment
  {:remora => attach_remora}
end