fix(backend): concurrency limits preprocessor (#6727)

* fix(backend): concurrency limits preprocessor

* refactor

* fix concurrency on agent workers

* nit

* nit

* update ref

* fix ci

* chore: update ee ref
This commit is contained in:
hugocasa
2025-10-02 22:31:31 +02:00
committed by GitHub
parent 8f8d86bbe8
commit ea617ffa33
7 changed files with 127 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ jobs:
toolchain: 1.90.0
- name: Read EE repo commit hash
run: |
echo "ee_repo_ref=$(cat ./backend/ee-repo-ref.txt)" >> "$GITHUB_ENV"
echo "ee_repo_ref=$(cat ./ee-repo-ref.txt)" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
with: