Skip to content

Implement Redis-based shared rate limit store #183

Description

@testtest126

Implement a Redis-based shared counter store for the /auth/* rate limiter to support multi-instance deployments.

This solution would:

  • Replace the current in-memory per-process rate limiter with a shared Redis store
  • Ensure consistent rate limits across all instances
  • Prevent the effective limit from multiplying by the number of instances
  • Persist rate limit windows across instance restarts

Related to: #79

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions