class SidekiqUniqueJobs::OnConflict::Log

@author Mikael Henriksson <mikael@mhenrixon.com>
Strategy to log information about conflict

def call

Returns:
  • (void) -
def call
  log_info(<<~MESSAGE.chomp)
    Skipping job with id (#{item[JID]}) because lock_digest: (#{item[LOCK_DIGEST]}) already exists
  MESSAGE
end