Skip to content

feat: add rate limiting for augmentation requests#5

Open
GitHoobar wants to merge 1 commit intomainfrom
feature/augmentation-rate-limiting
Open

feat: add rate limiting for augmentation requests#5
GitHoobar wants to merge 1 commit intomainfrom
feature/augmentation-rate-limiting

Conversation

@GitHoobar
Copy link

1 | Thread-safety issue | _runtime.py:35 | request_count += 1 is not protected by the lock — race condition in concurrent access
2 | Wrong config attribute | _manager.py:86 | Uses rate_limit_window_minutes but config has rate_limit_window_seconds — AttributeError
3 | Wrong exception class name | _manager.py:92 | Imports RateLimitError but exception is defined as RateLimitExceededError — ImportError
4 | Wrong config attribute | init.py:152 | Uses rate_limit_requests but config has rate_limit_max_requests — AttributeError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant