Skip to content

Commit 321b462

Browse files
committed
chore: add server changes file for dispatch shard fix
add server changeset file
1 parent af54cdf commit 321b462

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
area: webapp
3+
type: feature
4+
---
5+
6+
Two-level tenant dispatch architecture for batch queue processing. Replaces the
7+
single master queue with a two-level index: a dispatch index (tenant → shard)
8+
and per-tenant queue indexes (tenant → queues). This enables O(1) tenant
9+
selection and fair scheduling across tenants regardless of queue count. Improves batch queue processing performance.

0 commit comments

Comments
 (0)