class SidekiqUniqueJobs::Lock::BaseLock

def unlock

Returns:
  • (false) - when unsuccessful
  • (String) - sidekiq job id when successful
def unlock
  locksmith.unlock # Only signal to release the lock
end