Seeing lot of latency for Singapore region
talosdeus
HOBBYOP

a month ago

Hi there, I am seeing extremely high latency (in the orders of multiple seconds to even 30 secs in the metrics UI and on grafana k6 stress test a p95 of 1.85 seconds!). Region is Singapore with tests done in India, Mumbai. Any idea what is happening? Can someone from Railway respond to me please? Thanks.

Solved

1 Replies

a month ago

Could you rule out where the additional latency is coming from?

You can use the filter @totalDuration:>1000 in your HTTP logs to identify slow requests and compare totalDuration vs upstreamRqDuration to see whether latency is in the network path or your application code.

upstreamRqDuration is the time it took for your application to respond to our proxy. If this is the source of the extra latency, it means it's an issue with your application.

Refer to https://docs.railway.com/guides/troubleshooting-slow-apps#analyze-http-logs for more details.


Status changed to Awaiting User Response Railway about 1 month ago


Railway
BOT

a month ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 28 days ago


Loading...