tiltowait
tiltowait
RRailway
Created by tiltowait on 10/22/2024 in #✋|help
Deploy from connected image not triggering?
I have my deployment connected to an image in ghcr.io. The first time I deployed, it worked fine; however, I just published a new image a few minutes ago, and Railway hasn't picked it up. Does it just take some time? 12fe90d4-42ca-4704-980b-e16da59696c0
44 replies
RRailway
Created by tiltowait on 10/19/2024 in #✋|help
Private networking - CORS?
I connect to my backend via private networking. Currently, I've allowed all origins, but I'd like to tighten it up. I'm not sure if there's a correct/dynamic way to do this in Railway, though. 12fe90d4-42ca-4704-980b-e16da59696c0
13 replies
RRailway
Created by tiltowait on 1/15/2023 in #✋|help
Customize logging in GCP?
I've set up logging to GCP in my project hosted on Railway, and each log entry is prefaced with a long integer and an icon indicating it's a VM process. Assuming this means Railway hosts on GCP (and some IP checking suggests it is, but I could easily be wrong), is it possible to change this identifier into something of my choosing?
5 replies
RRailway
Created by tiltowait on 12/9/2022 in #✋|help
Discord bot once again getting rate-limited
This is the second time in under a month that a bot of mine is being rate-limited, an issue I never had on Heroku. It's been down for at least 7 hours, and restarting it just gets me more 429 errors. Is there something I can do, or is this just something that's going to happen with the way Railway is designed?
4 replies
RRailway
Created by tiltowait on 11/13/2022 in #✋|help
Discord bot getting rate-limited?
I run a few Discord bots on Railway, and it's been great. Unfortunately, one of my bots is suddenly being rate-limited (without any changes on my end). I know that hosting on repl.it and similar services can easily get you rate-limited or IP-banned because it's a shared host. Is that a potential issue on Railway, or are our apps assigned unique IPs?
10 replies
RRailway
Created by tiltowait on 10/26/2022 in #✋|help
Python 3.11?
Does Railway support Python 3.11 yet? If not, is there an ETA?
7 replies
RRailway
Created by tiltowait on 10/7/2022 in #✋|help
What is the default Python version?
I've been specifying an exact Python version in requirements.txt (like I would in Heroku), but if the default version is always 3.10.latest, then I might as well delete the file.
4 replies
RRailway
Created by tiltowait on 9/14/2022 in #✋|help
CI checks and auto-deploy
Will Railway wait until all CI checks pass on my deployment branch before deploying?
8 replies
RRailway
Created by tiltowait on 9/10/2022 in #✋|help
Use of poetry?
Does Railway support Python projects that use poetry rather than pip?
3 replies
RRailway
Created by tiltowait on 8/31/2022 in #✋|help
Does a secondary, inactive environment cost money?
If I have a prod environment and a staging environment, and the staging environment has nothing deployed, do I incur charges from the staging environment?
5 replies
RRailway
Created by tiltowait on 8/26/2022 in #✋|help
Is there an easy way to restart my app?
I feel like I'm probably missing something obvious, but how can I stop/start/restart my app? The only way I've found is to change some setting, which issues a redeploy, but that seems inefficient.
10 replies
RRailway
Created by tiltowait on 8/25/2022 in #✋|help
MongoDB Atlas ... network access?
I'm using an Atlas account for my database rather than hosting through Railway. I like to limit my network access to specific IP addresses. By any chance, is there any way to specify the IP address for my Railway app?
9 replies
RRailway
Created by tiltowait on 8/25/2022 in #✋|help
FastAPI + Uvicorn ... which port?
I'm trying to deploy a FastAPI app using uvicorn main:app --host 0.0.0.0 --port ??? --log-level warning, but I'm not sure which port to use. I've tried 80 and 5000, but I get this error:
Is your app correctly listening on $PORT?
So ... which port is $PORT?
11 replies