feat(orchestrator): parallelize scoring and bulk rescore with bounded concurrency (#194)

* feat(orchestrator): parallelize scoring and bulk rescore with bounded concurrency

* chore(docs): format versioned docs metadata for biome

* fix(orchestrator): address PR review feedback on async pool and bulk rescore

* ci(docs): run biome --write before docs version commit
This commit is contained in:
Shaheer Sarfaraz
2026-02-19 18:32:13 +00:00
committed by GitHub
parent c0c465b2e1
commit aefb6ca78b
9 changed files with 359 additions and 133 deletions
+7
View File
@@ -46,6 +46,13 @@ jobs:
run: npm run docs:version -- "${{ steps.vars.outputs.version }}"
working-directory: .
- name: Format generated docs files
run: |
./orchestrator/node_modules/.bin/biome check --write \
docs-site/versions.json \
docs-site/versioned_docs \
docs-site/versioned_sidebars
- name: Commit and push generated docs version files
run: |
git config user.name "github-actions[bot]"