1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Only run 2 parallel indexing jobs (#55814)

This commit is contained in:
Evan Bonsignori
2025-05-27 14:49:27 -07:00
committed by GitHub
parent 3d809be7a3
commit f2ad5b58ce

View File

@@ -108,7 +108,9 @@ jobs:
# the whole job fast. # the whole job fast.
# As of June 2023, it takes about 10+ minutes to index one whole # As of June 2023, it takes about 10+ minutes to index one whole
# language and we have 8 non-English languages. # language and we have 8 non-English languages.
max-parallel: 3 # As of May 2025, we index so many pages that we are being rate-limited by
# Elasticsearch. So we are shrinking this value to 2, down from 3
max-parallel: 2
matrix: matrix:
language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }} language: ${{ fromJSON(needs.figureOutMatrix.outputs.matrix) }}
steps: steps: