Class: SidekiqUniqueJobs::OnConflict::NullStrategy

Inherits:
OnConflict::Strategy
  • Object
show all
Defined in:
lib/sidekiq_unique_jobs/on_conflict/null_strategy.rb

Overview

Default conflict strategy class that does nothing

Author:

Instance Method Summary collapse

Instance Method Details

#callnil

Do nothing on conflict

Returns:

  • (nil)


11
12
13
# File 'lib/sidekiq_unique_jobs/on_conflict/null_strategy.rb', line 11

def call
  # NOOP
end