class SidekiqUniqueJobs::LockTTL
def self.calculate(item)
-
(Integer)
- the number of seconds to live
Other tags:
- Note: - this method takes into consideration the time
def self.calculate(item) new(item).calculate end
(Integer)
- the number of seconds to live
def self.calculate(item) new(item).calculate end