Class: Katalyst::Healthcheck::Actions::Sidekiq
- Inherits:
-
Object
- Object
- Katalyst::Healthcheck::Actions::Sidekiq
show all
- Includes:
- Monitored, Sidekiq::Worker
- Defined in:
- lib/katalyst/healthcheck/actions/sidekiq.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods included from Monitored
#healthy!, included, #unhealthy!
Class Method Details
.call ⇒ Object
14
15
16
|
# File 'lib/katalyst/healthcheck/actions/sidekiq.rb', line 14
def self.call
perform_async
end
|
Instance Method Details
18
19
20
|
# File 'lib/katalyst/healthcheck/actions/sidekiq.rb', line 18
def perform
self.class.healthy! :sidekiq_health
end
|