We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af54cdf commit 321b462Copy full SHA for 321b462
.server-changes/fix-dispatch-shard-tenant-based.md
@@ -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