Container shutting down after deployment
papaflavaflave
PROOP

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?


papaflavaflave
PROOP

a year ago

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.

1344024093359345700


papaflavaflave
PROOP

a year ago

I'm also SUPER new to all of this so I'm a little out of my element


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


papaflavaflave
PROOP

a year ago

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?


papaflavaflave
PROOP

a year ago

Here's my railway file which is calling a another script:

1344025095655522600
1344025095953449200


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


papaflavaflave
PROOP

a year ago

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.


papaflavaflave
PROOP

a year ago

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.


Loading...