Sha256: c7dfcdb2b84d8ba995d33c532fd38f60c596c333fbcfe9c20d18599bb121efa0
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
class RunLockWithRetriesWorker include Sidekiq::Worker sidekiq_options unique: true, unique_locks: :while_executing, queue: :unlock_ordering, run_lock_retries: 10, run_lock_retry_interval: 0, reschedule_on_lock_fail: true def perform end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-unique-jobs-4.0.0 | spec/workers/run_lock_with_retries_worker.rb |