class SidekiqUniqueJobs::Orphans::LuaReaper

def call

Returns:
  • (Integer) - the number of reaped locks
def call
  call_script(
    :reap_orphans,
    conn,
    keys: [DIGESTS, SCHEDULE, RETRY, PROCESSES],
    argv: [reaper_count],
  )
end