We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 505cf40 + f2ad5b5 commit 1a1de47Copy full SHA for 1a1de47
.github/workflows/index-general-search.yml
@@ -108,7 +108,9 @@ jobs:
108
# the whole job fast.
109
# As of June 2023, it takes about 10+ minutes to index one whole
110
# language and we have 8 non-English languages.
111
- max-parallel: 3
+ # 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
114
matrix:
115
language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }}
116
steps:
0 commit comments