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 sync rate limit among multiple servers? #54

Closed
gamesover opened this issue Feb 20, 2024 · 2 comments
Closed

How to sync rate limit among multiple servers? #54

gamesover opened this issue Feb 20, 2024 · 2 comments

Comments

@gamesover
Copy link

Hello,

Upon reviewing the documentation, I noticed there is no mention of synchronizing rate limits across multiple servers. My question pertains to implementing rate limiting within an application running in a Docker container. Specifically, if I were to deploy 10 such containers, all making calls to the same third-party API, how would I ensure that the rate limit is consistently enforced across all these containers? Is there a recommended approach for managing and communicating rate limits among multiple Docker containers to avoid surpassing the API's rate limit constraints?

Thank you for your advice.

@subintp
Copy link

subintp commented Feb 21, 2024

+1

@sbfaulkner
Copy link
Contributor

this is not supported, nor planned

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

3 participants