After swapping from Scale to Essential and back to...
# ory-network
c
After swapping from Scale to Essential and back to Scale, we are still struggling with rate limits on Admin commands, and I honestly don't think we are being that spammy. Can someone help me out please? It hits us pretty hard, since we are storing the users active tenant in the session (or identity) metadata, so users are unable to switch tenants when working with different customers/data sets.
h
@enough-yak-81379 can you please check?
c
Specifically, the message (or rather title field of cloudflares response) is this:
Copy code
<title>Access denied | <http://nostalgic-agnesi-otu9x8e3js.projects.oryapis.com|nostalgic-agnesi-otu9x8e3js.projects.oryapis.com> used Cloudflare to restrict access</title>
Ah, yes, further down the body it goes:
Copy code
<h2 class="text-gray-600 leading-1.3 text-3xl lg:text-2xl font-light">You are being rate limited</h2>
So it looks like we are being hit with the limit-hammer. Even our GRPC-klient towards Keto is struggling. Are we really that spammy? I mean, we do check permissions on each incoming request in our platform, but that's kinda how it's supposed to be used, right?
e
👀
Hi there! I see you are being blocked by our RL rules in CF, the traffic was throttled at 400requests per 10s
The throttle should be now much less strict 🙂
c
Thanks!