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