Keep strongest fabric pressure signal

This commit is contained in:
2026-05-16 12:56:59 +03:00
parent 83a1bb67e2
commit 66597a5b15
3 changed files with 24 additions and 1 deletions
@@ -429,6 +429,9 @@ before stream-limit rejection, spreading new sessions away from already busy
QUIC carriers.
Per-connection QUIC snapshot entries are sorted by peer and endpoint so
heartbeats and diagnostics stay stable across reports.
When local live QUIC pressure and recent capacity-limit counters overlap, the
ranking input keeps the stronger pressure signal rather than allowing a weak
fresh sample to hide a saturated endpoint.
Endpoint ranking treats `capacity_limited` observations as a soft pressure
penalty instead of a hard recent failure, enabling load spreading without
marking the carrier unhealthy.