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

QPS config #127

Merged

Commits on Apr 21, 2023

  1. Refactor flags to a separate function

    This should help keep things a little bit more clear as we add more
    options.
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    98e98f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Add flags for client QPS and burst configuration

    The recommended settings are 2:30:45 for concurrency:qps:burst. When QPS
    or Burst are not explicitly set, they will scale based on concurrency.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-4297
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c667c20 View commit details
    Browse the repository at this point in the history