How to setup a multi-node pingora cluster ? #365
Unanswered
pulkitsharma07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to understand if pingora can be used in distributed environments, i.e. multiple pingora instances spread across different servers. Specifically I wanted to know about the rate-limiting capabilities provided by : https://github.com/cloudflare/pingora/tree/main/pingora-limits, does it support a "backend" for storing rate limits ?
Usually this is achieved using some common storage backend (like redis, or memcached), so that the rate limiting counters can be shared by different instances of a server.
Beta Was this translation helpful? Give feedback.
All reactions