module Sidekiq::Component

def identity

def identity
  @@identity ||= "#{hostname}:#{::Process.pid}:#{process_nonce}"
end