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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user