Skip to content

Commit 1a1de47

Browse files
authored
Merge pull request #38558 from github/repo-sync
Repo sync
2 parents 505cf40 + f2ad5b5 commit 1a1de47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/index-general-search.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
# the whole job fast.
109109
# As of June 2023, it takes about 10+ minutes to index one whole
110110
# language and we have 8 non-English languages.
111-
max-parallel: 3
111+
# As of May 2025, we index so many pages that we are being rate-limited by
112+
# Elasticsearch. So we are shrinking this value to 2, down from 3
113+
max-parallel: 2
112114
matrix:
113115
language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }}
114116
steps:

0 commit comments

Comments
 (0)