limiter icon indicating copy to clipboard operation
limiter copied to clipboard

How to sync rate limit among multiple servers?

Open gamesover opened this issue 1 year ago • 1 comments

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.

gamesover avatar Feb 20 '24 15:02 gamesover

+1

subintp avatar Feb 21 '24 16:02 subintp

this is not supported, nor planned

sbfaulkner avatar May 01 '24 13:05 sbfaulkner