Sha256: 1cf71a9bc792f9478176f6b8bf11e6ede91c1db9c15d7265d66efb606d5a4f86

Contents?: true

Size: 143 Bytes

Versions: 14

Compression:

Stored size: 143 Bytes

Contents

class SplatArgsWorker
  include Sidekiq::Worker
  include Sidetiq::Schedulable

  recurrence { hourly }

  def perform(arg1, *args)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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