From 23d2d69367d7eea34ef0c0228e8843897f6b232c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 24 Oct 2023 11:27:33 -0400 Subject: [PATCH] Reduce parallelism for scraping and indexing non-English languages (#44985) --- .github/workflows/sync-search-elasticsearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-search-elasticsearch.yml b/.github/workflows/sync-search-elasticsearch.yml index 867e09a567..047ed3f29c 100644 --- a/.github/workflows/sync-search-elasticsearch.yml +++ b/.github/workflows/sync-search-elasticsearch.yml @@ -105,7 +105,7 @@ jobs: # the whole job fast. # As of June 2023, it takes about 10+ minutes to index one whole # language and we have 8 non-English languages. - max-parallel: 3 + max-parallel: 2 matrix: language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }} steps: