Sha256: 12e677a2e16ad3e8c0c929e57c5189a9a78b12876256a6b6e54846553389ea2d

Contents?: true

Size: 169 Bytes

Versions: 14

Compression:

Stored size: 169 Bytes

Contents

class LastAndScheduledTicksWorker
  include Sidekiq::Worker
  include Sidetiq::Schedulable

  recurrence { hourly }

  def perform(last_tick, scheduled_tick)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sidetiq-0.7.2 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.7.1 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.7.0 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.6.3 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.6.2 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.6.1 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.6.0 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.5.0 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.3 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.2 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.1 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.0 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.0.rc4 test/fixtures/last_and_scheduled_ticks_worker.rb
sidetiq-0.4.0.rc3 test/fixtures/last_and_scheduled_ticks_worker.rb