mndr
mndr
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Could you share what the "weird configuration" was? I'll try to avoid it in my repos 😀
15 replies
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Seems to be working now, thanks!
15 replies
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Either way, I'm seeing this across many of my templates, so please ask the team to look into it
15 replies
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Did you get any update from the team? I'm still facing the issue, and the template seems to have been deployed 11 times, so perhaps others are too?
15 replies
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Something wrong on Railway side or... ?
15 replies
RRailway
Created by mndr on 7/13/2024 in #✋|help
Unable to deploy template
Tested a few more templates, same error
15 replies
RRailway
Created by mndr on 10/1/2023 in #✋|help
Referrals stopped?
N/A
3 replies
RRailway
Created by mndr on 7/6/2023 in #✋|help
Error: listen EADDRINUSE: address already in use
Ouch
4 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
(or whatever Python version you are using locally / where it works)
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
See if this helps -> create a .python-version file with the contents 3.11
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
I guess Railway calls it config as code 🙂
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
infra as code
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Thanks
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Ok, that's how I've been doing it so far. Wanted to know if there was an IaC option, but that's fine, all good
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Hmm.. how should a monorepo with separate root dirs for each app be handled then?
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Do you have a sample .json with the root dir specified? Looking for the param to use, but can't find an example
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Helpful, thanks
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Also, does json vs toml matter at all?
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
Does this look ok to you?
76 replies
RRailway
Created by mndr on 5/23/2023 in #✋|help
Several apps are failing with the same error message
{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS", "watchPatterns": [ "/pinecone-summary" ] }, "deploy": { "numReplicas": 1, "startCommand": "streamlit run streamlit_app.py", "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 } }
76 replies