class Sidekiq::Process

def stopping?

def stopping?
  self["quiet"] == "true"
end