Adam
Adam
RRailway
Created by Adam on 5/6/2024 in #✋|help
Billing Issue on behalf of user
User got banned when paying bill @Alluka on dc
8 replies
RRailway
Created by Adam on 12/4/2023 in #✋|help
Invalid Host Header issue - React App
Hey all, having an issue with a react app hosted on Railway. It all works locally, but when accessing the url on Railway I get the error above. Any ideas? Logs are below
27 replies
RRailway
Created by Adam on 10/16/2023 in #✋|help
Billing Issue
@tide Messaged a conductor with a billing issue they are having. Please post that message here
7 replies
RRailway
Created by Adam on 9/28/2023 in #✋|help
Minecraft server not deploying
No description
10 replies
RRailway
Created by Adam on 12/14/2022 in #✋|help
test
h
4 replies
RRailway
Created by Adam on 12/4/2022 in #✋|help
Rust Rocket app high memory usage with no requests
15 replies
RRailway
Created by Adam on 10/15/2022 in #✋|help
env variable remove deployment timeout
Hey all, what's the environment variable I have to set to change the deployment removal timeout after a new deployment?
2 replies
RRailway
Created by Adam on 9/29/2022 in #✋|help
In what circumstances would my project be rate-limited?
Hey all, I'm running a very simple bot for a ai coding game called Battlesnake. For a Battlesnake game, my bot gets a request every 500 ms for turn data, sometimes up to 1000 turns in a game. There's been a lot of help posts recently about being rate limited, there's a Battlesnake tournament coming up and I'd really like to avoid getting rate limited for the 20+ games a day. Should I be worried?
4 replies
RRailway
Created by Adam on 9/28/2022 in #✋|help
Multiple CPUs in 1 project
I'd like to implement multi core processing in one of my projects. How many CPUs am I able to use in one project? Is each project limited to one?
3 replies
RRailway
Created by Adam on 9/28/2022 in #✋|help
Subscription will renew soon
6 replies
RRailway
Created by Adam on 9/21/2022 in #✋|help
Building new deploy stuck
Title, my newest deployment has been stuck at the output below for ~5 mins. Not the behavior I've had in the past, I haven't changed anything aside from code. Output:
==============
Using Nixpacks
==============

╔═══════════════════════════════ Nixpacks v0.5.6 ══════════════════════════════╗
setup │ python39, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip
│ install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
start │ python src/main.py ║
╚══════════════════════════════════════════════════════════════════════════════╝


==============
Using Nixpacks
==============

╔═══════════════════════════════ Nixpacks v0.5.6 ══════════════════════════════╗
setup │ python39, gcc ║
║──────────────────────────────────────────────────────────────────────────────║
install │ python -m venv /opt/venv && . /opt/venv/bin/activate && pip
│ install -r requirements.txt ║
║──────────────────────────────────────────────────────────────────────────────║
start │ python src/main.py ║
╚══════════════════════════════════════════════════════════════════════════════╝


22 replies
RRailway
Created by Adam on 9/9/2022 in #✋|help
IPython notebook support
Does Railway have support for .ipynb files? Wondering if I'm going to have to convert all my files to just plain .py
5 replies
RRailway
Created by Adam on 8/30/2022 in #✋|help
Deploy log not showing Python print statements
Hey all! How can I make my deploy log show Python print statements? Is there another place I should be looking for this output? When running on terminal the print statements show in the command line along with the Flask startup text
24 replies