Hello dear friends! We are having rate limiting is...
# ory-network
c
Hello dear friends! We are having rate limiting issues again, to the degree that our internal auth service can't boot - who can I talk to about maybe getting a higher burst limit?
Specifically, our auth service fetches all identities and permissions on startup (which are quite a few), in order to cache them and use them for token exchange, as well as user lists, and our scim implementation etc. So if you consider this, this one massive burst on startup saves you guys a lot of traffic after the service is up and running 🙂
😄 2
👀 1
Also, before you ask, the reason we are doing this level of caching is that our regular traffic actually caused intermittent 429's all throughout the day - so it is really in your favor 😇
Believe it or not, but SCIM is actually quite chatty
r
Hello, we are checking what we can do 🙂
s
@curved-fountain-46946 do you do these requests from a fixed set of IPs?
c
Yeah, they all come from the same cluster, which shares a load balancer (on the same public IP)
Works, thanks my guys! 👌