Sha256: 00495210708a58bdb2263587740f5a05dfc70671ce2edb54141bab2b8659bf2b
Contents?: true
Size: 350 Bytes
Versions: 48
Compression:
Stored size: 350 Bytes
Contents
# frozen_string_literal: true module SidekiqUniqueJobs module OnConflict # Default conflict strategy class that does nothing # # @author Mikael Henriksson <mikael@zoolutions.se> class NullStrategy < OnConflict::Strategy # Do nothing on conflict # @return [nil] def call # NOOP end end end end
Version data entries
48 entries across 48 versions & 1 rubygems