Sha256: 932495e442f25c2e27c0f94ed232b9597fd0917f1a175476f61117aa639ab79a

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 Bytes

Contents

# frozen_string_literal: true

require "sidekiq/throttled/job"

module Sidekiq
  module Throttled
    # A new module, Sidekiq::Job, was added in Sidekiq version 6.3.0 as a
    # simple alias for Sidekiq::Worker as the term "worker" was considered
    # too generic and confusing. Many people call a Sidekiq process a "worker"
    # whereas others call the thread that executes jobs a "worker".
    Worker = Job
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sidekiq-throttled-0.18.0 lib/sidekiq/throttled/worker.rb
sidekiq-throttled-0.17.0 lib/sidekiq/throttled/worker.rb
sidekiq-throttled-0.16.2 lib/sidekiq/throttled/worker.rb
sidekiq-throttled-0.16.1 lib/sidekiq/throttled/worker.rb
sidekiq-throttled-0.16.0 lib/sidekiq/throttled/worker.rb