class SidekiqUniqueJobs::OnConflict::NullStrategy

Default conflict strategy class that does nothing

@author Mikael Henriksson <mikael@mhenrixon.com>

Public Instance Methods

call() click to toggle source

Do nothing on conflict @return [nil]

# File lib/sidekiq_unique_jobs/on_conflict/null_strategy.rb, line 11
def call
  # NOOP
end