valerie phoenix
Firewall questions
Hey Just had a question about how the lack of firewall feature in the UI.
I'm used too being able to add different APIs that I want to access an api from set urls. But I can't find a straight forward way to do this from the UI here.
Is railway doing something to protect the code so outsiders can't get access to the servers?
6 replies
How do I uninstall package after build?
Hey so I have a project that the pip files are out of sync which is now breaking one of my builds. I need to run a command to pip uninstall jwt and then pip install pyjwt. Can someone point me into the right direction to do this?
15 replies
Redis Django Celery
Hey ok, so I've been able to have the app connect to Redis but but I'm not seeing any logging nor am I seeing any of my tasks running. Wanted to check in to see if there's something I'm missing with getting this to work.
11 replies
Django Build taking hours
I pushed up some old code in a side project that broke my build some how. Every time I try to run it, get's stuck on this part of the build and never starts to deploy. Does anyone know how to point me in the right direction to fix this?
Project info: I'm using django, with postgress DB.
Project ID: dc5cf0ce-0bcc-4ac0-8f95-566987aae101
#13 1.368 [2022-10-10 20:38:54 +0000] [1] [INFO] Starting gunicorn 20.1.0
#13 1.368 [2022-10-10 20:38:54 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
#13 1.369 [2022-10-10 20:38:54 +0000] [1] [INFO] Using worker: sync
#13 1.373 [2022-10-10 20:38:54 +0000] [10] [INFO] Booting worker with pid: 10
11 replies