2 months ago
Hello I'm reaching out because all of my API services stopped working today. I have not deployed in several months, so I'm not really sure what the issue is.
Project Id: c74d4143-faff-4947-823a-6f31b414bdf5
35 Replies
2 months ago
Can you describe "stopped working"?
Attachments
2 months ago
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.
2 months ago
Is this a Nodejs project?
2 months ago
Instead of using using something like bun start to start your service, use node.
Also, I'd recommend implementing logging. It'll help you with debugs.
My database also flat lined.
Attachments
Attachments
2 months ago
^
2 months ago
Those are your project names
It could also be an issue with the hosted pg bouncer
2 months ago
I'd recommend checking your deploy logs for errors.
This isn't a issue on our end, so I'll let pepper continue.
2 months ago
That wouldn't be too relevant, sorry.
2 months ago
You would look for errors.
2 months ago
Going to defer this to pepper.
2 months ago
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.
For context, requests were timing out while PgBouncer showed 0 queries/s, so it seemed like the app couldn’t reach it over private networking. Probably a transient networking/runtime issue.