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

feat: concurrent connections limiter #696

Merged
merged 26 commits into from
Feb 9, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    3985aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2955855 View commit details
    Browse the repository at this point in the history
  3. fix: use boolean true

    nlwstein committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ac71814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5cb674 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    eefd8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ce456 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nlws-concurrent-limiter-rebuild' of github.com:mbta/api…

    … into nlws-concurrent-limiter-rebuild
    nlwstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9b1aac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    110bfc3 View commit details
    Browse the repository at this point in the history
  5. chore: apply formatter

    nlwstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1643d61 View commit details
    Browse the repository at this point in the history
  6. fix: initialize memcache supervisor independently of rate_limiter, co…

    …ncurrent_rate_limiter
    nlwstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2bd050d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c62892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1233437 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c0353f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8cc498 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    07c8f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6baeb View commit details
    Browse the repository at this point in the history
  3. Revert "chore: remove start_link/1 from behaviour ApiWeb.RateLimiter.…

    …Limiter"
    
    This reverts commit 07c8f6f.
    nlwstein committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d843c2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7eb8db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13d6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    800a67e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4277bac View commit details
    Browse the repository at this point in the history
  8. chore: add independent controls for a statistic logging mode and actu…

    …al blocking when limit reached mode
    nlwstein committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0bf580a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e55e82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cf4dac View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    68b45cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cffa3d4 View commit details
    Browse the repository at this point in the history