guille st
guille st
RRailway
Created by guille st on 1/7/2024 in #✋|help
Cannot migrate Postgres to V2
No description
20 replies
RRailway
Created by guille st on 3/24/2023 in #✋|help
BREAKING BUG - Enpoints being run 2 or 4 times for 1 request
Any help will be appreciated. I have been trying to debug this for a couple of hours, ruling out every other possible source for the bug. My Python FastApi application works properly when deployed locally - so the problem comes from the Railway deployment. Minimal repro: https://github.com/gprieto/fastapi-bug-reproduction My railway.json config is:
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "uvicorn main:app --host 0.0.0.0 --port $PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "uvicorn main:app --host 0.0.0.0 --port $PORT",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
18 replies
RRailway
Created by guille st on 12/13/2022 in #✋|help
Deployment unreachable - but all indicators are green
Hello all, love railway! Today I had my first bad experience in a month of using the product. Suddenly our deployment of a very simple API connected to our domain became unreachable - there were no errors or indicators, logs or alarms anywhere. In fact, everything was green and Active on the dashboard. Once a user complained - but it took a few hours - we redeployed the last snapshot and the API was reachable again. Any idea of what happened? And how to prevent this from happening again? Thanks a lot for your help
18 replies