class SidekiqUniqueJobs::LockTTL

def scheduled_at

Returns:
  • (Float) - the exact unix time the job is scheduled at
def scheduled_at
  @scheduled_at ||= item[AT]
end