Class: StatusPage::Services::Resque

Inherits:
Base
  • Object
show all
Defined in:
lib/status-page/services/resque.rb

Instance Attribute Summary

Attributes inherited from Base

#request

Instance Method Summary collapse

Methods inherited from Base

#config, config, config_class, configurable?, #initialize, service_name

Constructor Details

This class inherits a constructor from StatusPage::Services::Base

Instance Method Details

#check!Object



8
9
10
11
12
# File 'lib/status-page/services/resque.rb', line 8

def check!
  ::Resque.info
rescue Exception => e
  raise ResqueException.new(e.message)
end