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
PeakEwmaLoadBalance is designed to converge quickly when encountering slow endpoints.
3
+
4
+
It is quick to react to latency spikes recovering only cautiously.Peak EWMA takes history into account,so that slow behavior is penalized relative to the supplied `decayTime`.
5
+
6
+
if there are multiple invokers and the same cost,then randomly called,which doesn't care about weight.
0 commit comments