Tiered policy and unexpected behavior of api key

Hi Martin,

Following up on this issue, yes we have two gateways sharing the same redis and mongo clusters. We have an haproxy cluster load balancing the two gateways.

We observe that the rate limit is counted twice. Ex if I set a rate limit of 10 requests per minute, I get 429s after 5 requests.

Should each gateway instance have its own redis and mongo ? What would be considered the recommended HA setup. Our requirement is to be able to survive single VM failures…

BR/Sid.