Class: StatusPage::Services::Sidekiq

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

Defined Under Namespace

Classes: Configuration

Instance Attribute Summary

Attributes inherited from Base

#request

Instance Method Summary collapse

Methods inherited from Base

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

Constructor Details

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

Instance Method Details

#check!Object



18
19
20
21
22
23
24
# File 'lib/status-page/services/sidekiq.rb', line 18

def check!
  check_workers!
  check_latency!
  check_redis!
rescue Exception => e
  raise SidekiqException.new(e.message)
end