service ID: 2a262f8f-be17-475a-8463-21e12fafebbf
I really hate opening this ticket guys, i'm sorry in advance but i can't seem to figure it out, i'm sure it's something small i must of missed
im running a pretty big python repository with 7-10 seconds worth of healthchecks being done before returning status 200,
however when i deploy on railway it just keeps timing out
(the API itself worked fine with the current config, it's just the healthcheck endpoint which is acting up)
for context i am running main.py from my procfile and my API is in another python file, both are being initialized though)
Also the API has to run on port 4242 as its interacting with the stripe API via webhooks