Class: HttpHealthCheck::Probes::DelayedJob::HealthCheckJob
- Inherits:
-
Object
- Object
- HttpHealthCheck::Probes::DelayedJob::HealthCheckJob
- Defined in:
- lib/http_health_check/probes/delayed_job.rb
Class Method Summary collapse
Class Method Details
.perform ⇒ Object
7 |
# File 'lib/http_health_check/probes/delayed_job.rb', line 7 def self.perform; end |
.queue_name ⇒ Object
9 10 11 |
# File 'lib/http_health_check/probes/delayed_job.rb', line 9 def self.queue_name 'health-check' end |