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

Add rate limiting middleware #38

Open
wants to merge 1 commit into
base: stable/yoga-m3
Choose a base branch
from

Commits on Mar 13, 2024

  1. Add rate limiting middleware

    - Add rate limiting config options. Only the ones that we might want
      to change have been added as config options for now.
    
    - Remove statsd options from watcher middleware. Since the defaults
      values are being used it's better to use them for both watcher MW as
      well as rate limiting MW, rather than definining statsd options for
      each of the middlewares. If in the future we need to set non-default
      options we can create a dedicated statsd config option group that
      all middlewares are getting their statsd config from.
    BenjaminLudwigSAP committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c763099 View commit details
    Browse the repository at this point in the history