Sha256: 08eab96ef7c2154e957b40c2bd42a46eab9064dc8827aa96be64429076c374ad
Contents?: true
Size: 414 Bytes
Versions: 11
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true require_relative "./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
11 entries across 11 versions & 1 rubygems