Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add "warmup + rate limiter" implementation for traffic shaping #206

Closed
jialianglinjl opened this issue Oct 29, 2018 · 0 comments · Fixed by #220
Closed

[Feature] Add "warmup + rate limiter" implementation for traffic shaping #206

jialianglinjl opened this issue Oct 29, 2018 · 0 comments · Fixed by #220
Labels
kind/feature Category issues or prs related to feature request.
Milestone

Comments

@jialianglinjl
Copy link
Contributor

jialianglinjl commented Oct 29, 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.

@sczyh30 sczyh30 added the kind/feature Category issues or prs related to feature request. label Oct 29, 2018
@sczyh30 sczyh30 changed the title Merge "warmup queue" implementation(Both client and Dashoard) Add "warmup queue" implementation for traffic shaping Oct 29, 2018
@sczyh30 sczyh30 changed the title Add "warmup queue" implementation for traffic shaping [Feature] Add "warmup queue" implementation for traffic shaping Oct 29, 2018
@sczyh30 sczyh30 added this to the 1.4.0 milestone Oct 30, 2018
@CarpenterLee CarpenterLee changed the title [Feature] Add "warmup queue" implementation for traffic shaping [Feature] Add "warmup + rate limiter" implementation for traffic shaping Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or prs related to feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants