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
Now the are three kinds of FlowRule.controlBehavior, warm up and rate limiter are both provided, but there is no control behavior for warm up + rate limiter.
So we can add a new kind of FlowRule.controlBehaviorwarm up + rate limiter, behaving as both warm up and pace control. When use this control behavior, real passed qps will gradually increase to the threshold, other than burst increasing, and after the passed qps reaches the threshold, the request will pass at a constant interval.
The text was updated successfully, but these errors were encountered:
sczyh30
changed the title
Merge "warmup queue" implementation(Both client and Dashoard)
Add "warmup queue" implementation for traffic shaping
Oct 29, 2018
sczyh30
changed the title
Add "warmup queue" implementation for traffic shaping
[Feature] Add "warmup queue" implementation for traffic shaping
Oct 29, 2018
CarpenterLee
changed the title
[Feature] Add "warmup queue" implementation for traffic shaping
[Feature] Add "warmup + rate limiter" implementation for traffic shaping
Nov 1, 2018
Issue Description
Type: feature request
Describe what feature you want
Now the are three kinds of
FlowRule.controlBehavior
, warm up and rate limiter are both provided, but there is no control behavior for warm up + rate limiter.So we can add a new kind of
FlowRule.controlBehavior
warm up + rate limiter, behaving as both warm up and pace control. When use this control behavior, real passed qps will gradually increase to the threshold, other than burst increasing, and after the passed qps reaches the threshold, the request will pass at a constant interval.The text was updated successfully, but these errors were encountered: