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
graph: Clamp LoadManager's kill_rate and probability to drop query
Make sure that boht the kill_rate and the probability with which we drop a
query stay between 0 and 1. Trying to call thread_rng().gen_bool(p) with a
p outside of [0,1] causes a panic
0 commit comments