Skip to content

[FIX] Fix Rate limiting issue#5

Merged
martian56 merged 1 commit intomainfrom
fix-rate-limiting-issue
Mar 14, 2026
Merged

[FIX] Fix Rate limiting issue#5
martian56 merged 1 commit intomainfrom
fix-rate-limiting-issue

Conversation

@martian56
Copy link
Copy Markdown
Member

This pull request removes the RateLimitMiddleware from the FastAPI application, meaning that rate limiting is no longer enforced at the application level.

  • Middleware removal:
    • Removed the import of RateLimitMiddleware from app.core.rate_limit and its addition to the FastAPI middleware stack in main.py, disabling the previous rate limiting of 120 requests per minute. [1] [2]

@martian56 martian56 added this to the Deadline milestone Mar 14, 2026
@martian56 martian56 self-assigned this Mar 14, 2026
@martian56 martian56 added bug Something isn't working API labels Mar 14, 2026
@martian56 martian56 merged commit d97af45 into main Mar 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant