R
Railway2y ago
Adam

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 ║
╚══════════════════════════════════════════════════════════════════════════════╝


16 Replies
Adam
Adam2y ago
Just restarted, stuck at the same point for 1.5 mins now
Rumon
Rumon2y ago
Maybe . /opt/venv/bin/activate /opt/venv/bin/activate?
jr
jr2y ago
project id?
Adam
Adam2y ago
Project id is d3e96049-20b7-4578-9000-43f18cfa6b49 Not sure if I can change that, not seeing any setting related to install aside from the build command, which is set to yarn run build by default
Rumon
Rumon2y ago
yarn in a Python project? 🤷 Weird... Hehe I guess you're not alone after all 😀
Adam
Adam2y ago
Guess not lol
Rumon
Rumon2y ago
Probably Railway is deploying some features. Today I got prompted for 2FA while deleting a service from one of my projects.
Adam
Adam2y ago
I get prompted every time I delete a service, thought that was intentional
jr
jr2y ago
This doesn't exist It is intentional
Adam
Adam2y ago
Railway
Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
jr
jr2y ago
ty I see it is deployed all okay now?
Adam
Adam2y ago
Seems like it, took about 20 minutes though. Is there some development happening on the team's end?
jr
jr2y ago
Not atm. Might have just been a blip
Adam
Adam2y ago
Deploying apps hasn't been up to par this week, it's taken 10-20x longer than usual
jr
jr2y ago
Hmm interesting. I will raise with team
Adam
Adam2y ago
No big changes on my end, I've tried deploying older versions and it's taken the same amount of time appreciate it, thanks