class SidekiqUniqueJobs::LockArgs
def initialize(item)
-
item
(Hash
) -- a Sidekiq job hash
def initialize(item) @item = item @worker_class = item[CLASS] @args = item[ARGS] end
item
(Hash
)
-- a Sidekiq job hash
def initialize(item) @item = item @worker_class = item[CLASS] @args = item[ARGS] end