#Railway Outage?
36 messages · Page 1 of 1 (latest)
Linked Railway resource: c74d4143 / 45c99a36 / 47967c42
Can you describe "stopped working"?
Are there any error logs in your application?
I don't have any logging setup at the moment. I cannot see the output inside of railway itself.
Is this a Nodejs project?
It's a Bun project. I'm going to make a request directly.
Requested directly to the service, and it is timing out.
Started at around 2:30 AM today. Didn't notice it until now.
Instead of using using something like bun start to start your service, use node.
https://docs.railway.com/deployments/troubleshooting/nodejs-sigterm-handling
Also, I'd recommend implementing logging. It'll help you with debugs.
My database also flat lined.
Yeah these are great suggestions. Thanks.
Public network traffic graph seems to die too after 2:30
^
Possible issue with hosted database service
I don't know y'alls product names unfortunately.
Those are your project names
Is this helpful?
I linked the service to the thread.
It could also be an issue with the hosted pg bouncer
I'd recommend checking your deploy logs for errors.
This isn't a issue on our end, so I'll let pepper continue.
I haven't deployed in 2 months.
That wouldn't be too relevant, sorry.
What would deploy logs do for me then 😅
You would look for errors.
Ah I see.
Going to defer this to pepper.
I thought deploy logs were related to the deployment itself.
Build logs are the “deployment” you’re thinking of. The runtime logs are in the deployment log page.
Well... I restarted all of my services and it works again. Maybe an issue related to PGBouncer somehow?
Seems like this user had a similar issue with hanging.
They did a lot more work than me though.
Could not be related as well. 🤷♀️
Can close this thread, maybe other people will search for the same issue.
Thanks for everyones help!