module Sidekiq::SdNotify
def self.status(status, unset_env = false)
-
status
(String
) -- a custom status string that describes the current
def self.status(status, unset_env = false) notify("#{STATUS}#{status}", unset_env) end
status
(String
)
-- a custom status string that describes the current
def self.status(status, unset_env = false) notify("#{STATUS}#{status}", unset_env) end