class Sidekiq::Launcher

Private Instance Methods

heartbeat() click to toggle source
# File lib/sidekiq/kubernetes/probes.rb, line 18
def heartbeat
  FileUtils.touch(File.join(root, "tmp", "sidekiq_health"))
  original_heartbeat
end
Also aliased as: original_heartbeat
original_heartbeat()
Alias for: heartbeat
root() click to toggle source
# File lib/sidekiq/kubernetes/probes.rb, line 23
def root
  Dir.getwd
end