class Sidekiq::Process

def dump_threads

This method is *asynchronous* and it can take 5-10 seconds.
still sending a heartbeat.
Useful if you have a frozen or deadlocked process which is
Signal this process to log backtraces for all threads.
def dump_threads
  signal("TTIN")
end