class SidekiqUniqueJobs::OnConflict::Log
@author Mikael Henriksson <mikael@zoolutions.se>
Strategy to log information about conflict
def call
-
(void)
-
def call log_info(<<~MESSAGE.chomp) Skipping job with id (#{item[JID]}) because unique_digest: (#{item[UNIQUE_DIGEST]}) already exists MESSAGE end