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
@@ -61,17 +61,12 @@
{
"type": "category",
"label": "Troubleshooting",
"items": [
"troubleshooting/common-problems"
]
"items": ["troubleshooting/common-problems"]
},
{
"type": "category",
"label": "Reference / FAQ",
"items": [
"reference/faq",
"reference/documentation-style-guide"
]
"items": ["reference/faq", "reference/documentation-style-guide"]
}
]
}
+1 -7
View File
@@ -1,7 +1 @@
[
"0.1.24",
"0.1.23",
"0.1.22",
"0.1.21",
"0.1.20"
]
["0.1.24", "0.1.23", "0.1.22", "0.1.21", "0.1.20"]