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

Enforce memcached concurrency limit with unbatched requests #5360

Merged
merged 2 commits into from
May 19, 2022
Merged

Enforce memcached concurrency limit with unbatched requests #5360

merged 2 commits into from
May 19, 2022

Commits on May 12, 2022

  1. Enforce memcached concurrency limit with unbatched requests

    This ensures that requests that are _not_ split into batches still count
    towards the concurrency limit that the client enforces.
    
    This fixes an issue introduced in #5301
    
    Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
    56quarters committed May 12, 2022
    Configuration menu
    Copy the full SHA
    02d351f View commit details
    Browse the repository at this point in the history
  2. Lint fix

    Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
    56quarters committed May 12, 2022
    Configuration menu
    Copy the full SHA
    59b9ef1 View commit details
    Browse the repository at this point in the history