commuters.forEach(function (commuter) {
      batch.push(function (done) {
        commuter.updateStatus(done)
      })
    })