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
{{ message }}
This repository has been archived by the owner on May 3, 2022. It is now read-only.
When issuing a battery of requests before connections have been identified, all of those connections are queued to depart on the same peer. These should be balanced across peers.
Since the load balancer is weighing each peer by the number of outgoing operations, requests that are waiting for an open connection before committing to an operation do not count toward the pending queue length.
The text was updated successfully, but these errors were encountered:
When issuing a battery of requests before connections have been identified, all of those connections are queued to depart on the same peer. These should be balanced across peers.
Since the load balancer is weighing each peer by the number of outgoing operations, requests that are waiting for an open connection before committing to an operation do not count toward the pending queue length.
The text was updated successfully, but these errors were encountered: