This message was deleted.
# general
m
This message was deleted.
p
I believe both can be scaled. @worried-kitchen-94392 might have more insight into which would be better depending on the use case
🥸 1
w
True, very much depends on the use case. Most of Ory apps have a bursting character which means that the mean load is quite low but can peak during some strenuous operations, like generating cryptographic keys
In that case it is better to have multiple replicas with low requests and high limits
On the other hand you have oathkeeper which as a proxy holds all the rules in memory and more replicas just multiply the resource used
But works as a round Robbin allowing for faster response time
The answer would be: depends how much you want to optimize the setup ;)
f
Thanks ! We will tests different tweakup and see but it's good pointers for us 🙂