class Rufus::Scheduler::JobArray

def [](job_id)

def [](job_id)
  @mutex.synchronize { @array.find { |j| j.job_id == job_id } }
end