class StatusPage::Services::Resque

Public Instance Methods

check!() click to toggle source
# File lib/status-page/services/resque.rb, line 8
def check!
  ::Resque.info
rescue Exception => e
  raise ResqueException.new(e.message)
end