Method: Extface::Job#notify

Defined in:
app/models/extface/job.rb

#notify(message) ⇒ Object



65
66
67
68
69
# File 'app/models/extface/job.rb', line 65

def notify(message)
  Extface.redis_block do |r|
    r.publish(self.id, message)
  end
end