You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When utilizing two SignalR instances in multiple endpoints scenario:
SignalR A: Autoscaling is enabled at 80% of quota usage
SignalR B: Autoscaling is enabled at 80% of quota usage
An issue arises after SignalR A is scaled up: SignalR B is less likely to scale up. This occurs because the DefaultEndpointRouter uses a weighted routing method, which routes connections based on the remaining connection quota of each endpoint.
Expected Behavior
The DefaultEndpointRouter should ensure that instances scale more evenly when autoscaling is enabled.
The text was updated successfully, but these errors were encountered:
Describe the Issue
When utilizing two SignalR instances in multiple endpoints scenario:
An issue arises after SignalR A is scaled up: SignalR B is less likely to scale up. This occurs because the
DefaultEndpointRouter
uses a weighted routing method, which routes connections based on the remaining connection quota of each endpoint.Expected Behavior
The
DefaultEndpointRouter
should ensure that instances scale more evenly when autoscaling is enabled.The text was updated successfully, but these errors were encountered: