API Crashes with No Logs
Hey y'all, I've got a golang API (Fiber) that I've launched in Railway.
Everything seems to be working fine, however after a few hours the app crashes and doesn't restart. There's nothing in the logs that shows when it crashes.
Restart Policy is to restart on failure (10 max-retries) but that doesn't seem to be happening either.
Any ideas?
Project ID: 34f75a65-aa33-477d-a9a7-086c5c19edf4
8 Replies
Project ID:
34f75a65-aa33-477d-a9a7-086c5c19edf4
🤔 very weird, it doesn't exceed the service resource limits, right?
Maybe? I have little credits left on my trial plan but I figured it'd still let me know something or that that's what's tripping it.
oh if you're on trial plan then this is def possible since trial plan has low resource limit
mind sharing pic of your metrics?
I see. I'll upgrade and just see what happens.
oh, okay, sounds good
I had $0.14 but it only used $0.001 so not sure. I'll know soon.
not really about the credits, it's more so that the trial plan has a 512mb memory limit and your app (or any app) would crash if it tried to use more than that