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

client: auto adjust the max-concurrency-request-limit by feedback #1139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bufferflies
Copy link
Contributor

No description provided.

@bufferflies bufferflies changed the title client: Grpc feedback client: auto adjust the max-concurrency-request-limit by feedback Jan 25, 2024
return
}
c.errorSum += e
if limit := Kp*c.errorSum + Kp*0.1*e; limit > 1 {
Copy link
Contributor

@nolouch nolouch Jan 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should Kp*c.errorSum + Ki*e?

should add more comments.

@bufferflies bufferflies force-pushed the grpc-feedback branch 3 times, most recently from 58c973b to 4966041 Compare February 21, 2024 07:58
@bufferflies bufferflies marked this pull request as ready for review February 21, 2024 07:58
@bufferflies bufferflies force-pushed the grpc-feedback branch 5 times, most recently from 7730ebb to 2915912 Compare February 21, 2024 09:38
Signed-off-by: bufferflies <1045931706@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants