R
Railway•8mo ago
rhh4x0R

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
Percy
Percy•8mo ago
Project ID: 34f75a65-aa33-477d-a9a7-086c5c19edf4
Fragly
Fragly•8mo ago
🤔 very weird, it doesn't exceed the service resource limits, right?
rhh4x0R
rhh4x0R•8mo ago
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.
Fragly
Fragly•8mo ago
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?
rhh4x0R
rhh4x0R•8mo ago
I see. I'll upgrade and just see what happens.
Fragly
Fragly•8mo ago
oh, okay, sounds good
rhh4x0R
rhh4x0R•8mo ago
I had $0.14 but it only used $0.001 so not sure. I'll know soon.
Brody
Brody•8mo ago
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