def download
    job = Job.find_by(id: params[:id])
    if job.present?
      serve_from_storage(job.file, params[:serve])
    else