1
0
mirror of synced 2025-12-30 03:01:36 -05:00

use max-parallel to avoid Elasticsearch indexing congestion (#32804)

This commit is contained in:
Peter Bengtsson
2022-11-21 23:04:20 +01:00
committed by GitHub
parent aa227f59fe
commit 485b049cb8

View File

@@ -34,6 +34,7 @@ jobs:
runs-on: ubuntu-20.04-xl
strategy:
fail-fast: false
max-parallel: 3
matrix:
# This needs to match the languages we support
language: [en, ja, es, pt, cn, ru, fr, ko, de]