Sha256: 3e277a1c79d9a23f6624d51b95bc0d8654a6691dfc5b2884cc7f2c858d678af5

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

class LongRunningJob
  include Sidekiq::Worker
  sidekiq_options queue: :customqueue, retry: true, unique: :until_and_while_executing,
                  run_lock_expiration: 7_200, retry_count: 10
  def perform(_one, _two); end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq-unique-jobs-5.0.2 spec/jobs/long_running_job.rb
sidekiq-unique-jobs-5.0.1 spec/jobs/long_running_job.rb
sidekiq-unique-jobs-5.0.0 spec/jobs/long_running_job.rb