class SidekiqUniqueJobs::Orphans::RubyReaper

def call

Returns:
  • (Integer) - the number of reaped locks
def call
  BatchDelete.call(orphans, conn)
end