jhleao
07/28/2023, 4:06 PMRESOURCE_EXHAUSTED errors and the following message:
{
"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.