class SidekiqUniqueJobs::OnConflict::Reject

def deadset_kill

Returns:
  • (void) -

Other tags:
    Api: - private
def deadset_kill
  if kill_with_options?
    kill_job_with_options
  else
    kill_job_without_options
  end
end