for (let i = 0; i < indices.games.length; i++) {
        let gameIndex = indices.games[i];
        yield setUpGameIndex(esClient, gameIndex);
    }