10 days ago
Until yesterday the DNS was working fine, but today morning automatically the DNS added was removed on its own. I tried adding the same domain as I added earlier but I am not able to do that as it is throwing error again and again.
I need to resolve this as soon as possible as the site application is not able to open due to DNS issue
9 Replies
10 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
Railway
Hey there! We've found the following might help you get unblocked faster: - [๐งต Kong dns resolution error](https://station.railway.com/questions/kong-dns-resolution-error-a96de27d) - [๐งต Internal Networking Issue: Prometheus Cannot Connect to Django App Despite Correct Configuration](https://station.railway.com/questions/internal-networking-issue-prometheus-ca-1a516095) - [๐งต Railway Project Domain Not Resolving (DNS_PROBE_FINISHED_BAD_CONFIG) โ App Running, Logs OK](https://station.railway.com/questions/railway-project-domain-not-resolving-3eeb3267) - [๐ Create a Bridge from Railway to AWS RDS with Tailscale](https://docs.railway.com/tutorials/bridge-railway-to-rds-with-tailscale) If you find the answer from one of these, please let us know by solving the thread!
10 days ago
No none of these helps
10 days ago
It should be the fin-chart-ui service and not fin-chart
10 days ago
I have deleted the previous exiting domain and added a new one
Still getting the same issue
Don't know why was this issue coming in the first place.
10 days ago
Also a lot of time fin-chart backend service goes un responsive. Login endpoint suddenly does not respond and it starts being unresponsive. This has happened a lot of times and just redeploying the service starts the backend service. Why is this happening again and again ?
Please can you find some solution to this ?
10 days ago
Hello,
I'm not seeing any issues with that domain. It appears to be working fine and is successfully attached to this service:
Could you provide more details about the specific issue you're experiencing? This will help me better understand what you're seeing on your end.
Best,
Brody
Status changed to Awaiting User Response Railway โข 10 days ago
3 days ago
Hi, I am sorry but this wasn't a domain issue
Again and again the backend service which is fin-chart stops accepting the endpoints, the service kind of stops altogether. After this incident none of the endpoints are reachable and this has happened to us a number of times.
We just restart the service which make it up and running. But why is this happening form your side ?
Just 20 mins ago we experienced this and the website not responding appropriately is costing us users and money
Status changed to Awaiting Railway Response Railway โข 3 days ago
3 days ago
Hello,
It looks like your service sometimes pins itself at approximately 1 vCPU. This would be indicative of running a single-threaded or synchronous process, since the maximum vCPU it could use would be 1 vCPU. When this happens, a common pattern would be that the application would be unable to answer further network requests.
Since this application is run with Uvicorn, I would look into optimizing Uvicorn's configuration, or, most easily, add more replicas to your service from the services settings to scale out horizontally.
But since the solution requires application-level configurations on your side, I will open this thread up to the community so that they can help you with that, as the Railway team can only provide support for the platform and product side of things.
Best,
Brody
Status changed to Awaiting User Response Railway โข 3 days ago
3 days 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 โข 3 days ago