class Sidekiq::Processor::SharedWorkState

def delete(tid)

def delete(tid)
  @lock.synchronize { @work_state.delete(tid) }
end