2 years ago
I (and cursor) cannot figure out why this GD CONTAINER KEEPS SHUTTING DOWN. Project ID = a6a7e795-be03-466f-8e2f-6621dc3f337c
15 Replies
2 years 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.

2 years ago
any more info? what are you trying to run?
2 years 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.
2 years ago
what does your start command looks like?
2 years ago
python is a bit out of my scope 😅
2 years ago
does it work locally?
2 years ago
cc @Brody is railway.toml even a thing?
2 years ago
yeah
2 years 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.

