GCP Load Balancer + Cloud Run: Where is extra latency coming from?

53 Views Asked by At

I have a Cloud Run service. It uses Redis extensively yet I cannot get request latencies below 100ms:

enter image description here

When I run locally, latencies are sub-10ms. If I check logs, Cloud Run is also reporting sub 10ms latency:

enter image description here

What gives? Cloud Run is behind a load balancer, so my conclusion is that the load balancer is introducing this latency. Any way to debug this or am I just at GCP's mercy? It's a global load balancer, Cloud Run service is in us-central1, I'm in Idaho.

0

There are 0 best solutions below