class SidekiqUniqueJobs::LockTTL

def self.calculate(item)

Returns:
  • (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