class SidekiqUniqueJobs::Lock::BaseLock
def locksmith
-
(SidekiqUniqueJobs::Locksmith)
- the locksmith for this sidekiq job
Other tags:
- Api: - private
def locksmith @locksmith ||= SidekiqUniqueJobs::Locksmith.new(item, redis_pool) end
(SidekiqUniqueJobs::Locksmith)
- the locksmith for this sidekiq job
def locksmith @locksmith ||= SidekiqUniqueJobs::Locksmith.new(item, redis_pool) end