Class: Delayed::Worker::NullHealthCheck

Inherits:
HealthCheck show all
Defined in:
lib/delayed/worker/null_health_check.rb

Instance Attribute Summary

Attributes inherited from HealthCheck

#config, #worker_name

Instance Method Summary collapse

Methods inherited from HealthCheck

build, inherited, #initialize, reschedule_abandoned_jobs

Constructor Details

This class inherits a constructor from Delayed::Worker::HealthCheck

Instance Method Details

#live_workersObject



14
# File 'lib/delayed/worker/null_health_check.rb', line 14

def live_workers; []; end

#startObject



6
7
8
# File 'lib/delayed/worker/null_health_check.rb', line 6

def start
  true
end

#stopObject



10
11
12
# File 'lib/delayed/worker/null_health_check.rb', line 10

def stop
  true
end