Class: SidekiqUniqueJobs::OnConflict::NullStrategy
- Inherits:
-
OnConflict::Strategy
- Object
- OnConflict::Strategy
- SidekiqUniqueJobs::OnConflict::NullStrategy
- Defined in:
- lib/sidekiq_unique_jobs/on_conflict/null_strategy.rb
Overview
Default conflict strategy class that does nothing
Instance Method Summary collapse
-
#call ⇒ nil
Do nothing on conflict.
Instance Method Details
#call ⇒ nil
Do nothing on conflict
11 12 13 |
# File 'lib/sidekiq_unique_jobs/on_conflict/null_strategy.rb', line 11 def call # NOOP end |