Sha256: fa1c448ddb7f4f45a2048efb1367d892719dfd4292c067bda339ff5de99d8819

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

class BackfillWorker
  include Sidekiq::Worker
  include Sidetiq::Schedulable

  tiq backfill: true do
    daily
  end

  def perform
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidetiq-0.3.2 test/fixtures/backfill_worker.rb
sidetiq-0.3.1 test/fixtures/backfill_worker.rb
sidetiq-0.3.0 test/fixtures/backfill_worker.rb