a year ago
I (and cursor) cannot figure out why this GD CONTAINER KEEPS SHUTTING DOWN. Project ID = a6a7e795-be03-466f-8e2f-6621dc3f337c
15 Replies
a year ago
could u share the logs here?
Here's the most recent deployment log. I thought it was because I had an open db connection on my local machine but that was closed.

a year ago
any more info? what are you trying to run?
a year ago
healthcheck returns 200 and then 5 secs after it kills the container
yea but can't figure out what it's getting killed. It's a fastapi app with postgres and it seems to just be getting nuked.
a year ago
what does your start command looks like?
a year ago
python is a bit out of my scope 😅
a year ago
does it work locally?
a year ago
cc @Brody is railway.toml even a thing?
a year ago
yeah
a year ago
ok nvm then
Yea truthfully this B worked. And then I made a change and I haven't been able to figure out why it's broken now.
and also haven't been able to identify the change that broke it. I think it was a change to my schema, and then I did an alembic migration and it got borked.

