class Sidekiq::Process

def stopping?

Returns:
  • (Boolean) - true if this process is quiet or shutting down
def stopping?
  self["quiet"] == "true"
end