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

framework:add tokenbucket to control the maximum QPS to the master #191

Merged
merged 1 commit into from
Oct 10, 2022
Merged

framework:add tokenbucket to control the maximum QPS to the master #191

merged 1 commit into from
Oct 10, 2022

Conversation

MouceL
Copy link
Contributor

@MouceL MouceL commented Oct 10, 2022

In some scenarios, it is necessary to control the rate of connection to the api-server
client-go provides the relevant parameters, and this pr exposes them

clientGoTokenBucket:
  burst: 200
  qps: 200

@cywang1905
Copy link
Contributor

cywang1905 commented Oct 10, 2022

In some scenarios, it is necessary to control the rate of connection to the api-server client-go provides the relevant parameters, and this pr exposes them

clientGoTokenBucket:
  burst: 200
  qps: 200
global:
  clientGoTokenBucket:
    burst: 200
    qps: 200

@YonkaFang YonkaFang merged commit 447ecd2 into slime-io:master Oct 10, 2022
@cywang1905 cywang1905 added enhancement New feature or request framework labels Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants