Sha256: 9d635c079f076203e2305f1dae8ebbd39fd7d76eae0fd77eaf08c82f96eeed19

Contents?: true

Size: 150 Bytes

Versions: 3

Compression:

Stored size: 150 Bytes

Contents

class UntilAndWhileExecuting
  include Sidekiq::Worker

  sidekiq_options queue: :working, unique: :until_and_while_executing

  def perform; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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