Hi Authzed team, While developing locally, pointin...
# spicedb
j
Hi Authzed team, While developing locally, pointing at a staging permissions systems in Authzed cloud, I've intermittently been getting
RESOURCE_EXHAUSTED
errors and the following message:
Copy code
{
  "code": 8,
  "details": "",
  "metadata": {
    "x-envoy-ratelimited": [
      "true"
    ],
    "x-ratelimit-limit": [
      "12, 12;w=1"
    ],
    "x-ratelimit-remaining": [
      "0"
    ],
    "x-ratelimit-reset": [
      "1"
    ],
    "content-type": [
      "application/grpc"
    ],
    "date": [
      "Fri, 28 Jul 2023 15:56:58 GMT"
    ],
    "server": [
      "envoy"
    ]
  }
}
How do we read the above, exactly? 12 requests per second? Is it possible to increase this limit? Our system will work in a low request throughput scenario, but with eventual high spikes when computing relationship changes.
7 Views