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

How to make RateLimit work in multiple process? #1458

Open
mike-myshell opened this issue Oct 21, 2023 · 0 comments
Open

How to make RateLimit work in multiple process? #1458

mike-myshell opened this issue Oct 21, 2023 · 0 comments

Comments

@mike-myshell
Copy link

I read through the code for the rate limiter section, and I noticed there may be some issues in a multi-process environment. The rate limiter relies on sync.mutex to acquire locks, which is on a process level. In a multi-process environment, wouldn't this cause problems where rate limits could be triggered too quickly?

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

No branches or pull requests

1 participant