docs(run-engine): tighten CK fairness server-changes note

This commit is contained in:
Wes Mason
2026-07-24 17:39:17 +01:00
parent a280328e81
commit aa68413211
@@ -3,4 +3,4 @@ area: webapp
type: feature
---
The run queue can now schedule runs across concurrency key variants fairly, so one tenant or key with a large backlog can't starve runs waiting on other keys. This is opt-in via a flag and off by default, so nothing changes unless it's enabled.
The run queue can now serve concurrency keys fairly, so one key with a large backlog no longer starves runs waiting on other keys. It is opt-in and off by default.