a month 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
a month ago
Can you describe "stopped working"?
Attachments
a month 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.
a month ago
Is this a Nodejs project?
a month 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
a month ago
^
a month ago
Those are your project names
It could also be an issue with the hosted pg bouncer
a month ago
I'd recommend checking your deploy logs for errors.
This isn't a issue on our end, so I'll let pepper continue.
a month ago
That wouldn't be too relevant, sorry.
a month ago
You would look for errors.
a month ago
Going to defer this to pepper.
a month 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.