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

Updated RLQS Response handling to not reset TokenBucket state #36478

Merged
merged 3 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Add logic to keep an existing token_bucket_limiter if a RLQS response…

    … hasn't actually changed its config, otherwise token state will always reset
    
    Signed-off-by: Brian Surber <[email protected]>
    bsurber committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4eb9ee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Move this cache-duplication check to outside of any specific strategy…

    … case's handling to be consistent across all actions
    
    Signed-off-by: Brian Surber <[email protected]>
    bsurber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    83c698b View commit details
    Browse the repository at this point in the history
  2. Cleanup unused func & fix CI complaint

    Signed-off-by: Brian Surber <[email protected]>
    bsurber committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    51bcaee View commit details
    Browse the repository at this point in the history