module SidekiqUniqueJobs::Logging

def logger_context_hash?

Returns:
  • (true, false) -

Other tags:
    Note: - only used to remove the need for explicitly ignoring manual dispatch in other places.
def logger_context_hash?
  defined?(Sidekiq::Context) || logger_respond_to_with_context?
end