Hey everyone,
We're running a gRPC service on Cloud Run and keep hitting this error after a few minutes under load: Error: 8 RESOURCE_EXHAUSTED: Bandwidth exhausted or memory limit exceeded
Our setup:The service works fine for short bursts, but once we hit sustained traffic for a few minutes, multiple instances start throwing this error.
I found that Cloud Run has a 600 Mbps bandwidth limit per instance. Our gRPC responses might be pretty large, so I'm thinking we're hitting that limit.
Questions:We're a bit stuck here - the service works great until it hits this wall. Any advice would be awesome!
Thanks!