nice-musician-60677
07/22/2024, 10:41 AMory tunnel
feature from the Ory CLI. Everything works fine, but from time to time we are experiencing rate-limit issues (HTTP 429), which are not lining up with the project rate limits for the Developer Plan from the docs (see here). For example it says that it should allow 10 /sessions/whoami
calls per second (burst). I tried to debug this using the Apache Benchmark tool, where I send 10 request in parallel to this endpoint and made the following discovery:
• when firing 10 parallel request against the Ory tunnel (localhost), only the 1st request will be successful, but for the other 9 I'm getting a 429 error.
• when firing 10 parallel request against the Ory project URL (https://{ory-project-slug}.projects.oryapis.com), all 10 request will be successful.
So it seems that the Ory tunnel is using different/lower rate-limits? I this a known limitation and is it possible to bypass this restriction?limited-photographer-61008
07/22/2024, 2:10 PMsteep-lamp-91158
nice-musician-60677
07/23/2024, 8:08 AMsteep-lamp-91158
nice-musician-60677
07/23/2024, 8:09 AMsteep-lamp-91158
steep-lamp-91158
nice-musician-60677
07/23/2024, 8:20 AMlimited-photographer-61008
07/23/2024, 12:06 PM