2 months ago
I have deployed my app and I see the first request is going till 30sec, what is the reason?
6 Replies
2 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Internal networking broken - MySQL connection times out via .railway.internal
🧵 MySQL memory observability + understanding container resource metrics
🧵 Internal network latency causing database and Redis connection timeouts
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 2 months ago
2 months ago
can you check in setting if you enabled serverless? If that's enable disable it and you will not see the delay anymore
2 months ago
No that was disabled
2 months ago
does this service communicate with other services in railway that might have this option enables?
2 months ago
My app is a Go backend app and it talks to postgres services deployed in the same project, I am using internal URL to connect to postgres , and postgres also not a server less app I have verified it.
2 months ago
I have used public url to connect to db it is working now but why private is not working?
Status changed to Open brody • 2 months ago