3 years ago
I'm getting critical Worker Timeout in Railway project
31 Replies
3 years ago
screenshot please
3 years ago
is this django?
this happens when i try upload a couple of files AWS S3
and i'm facing this issue only with railway
3 years ago
send me your start command
python manage.py runserver
3 years ago
no the railway start command
3 years ago
do you have a procfile?
guide_project is the main project which has settings.py
3 years ago
web: python manage.py migrate && python manage.py collectstatic --noinput && gunicorn guide_project.wsgi --timeout 0
3 years ago
try that as your procfile
3 years ago
the --timeout 0 should disable timeouts
3 years ago
at least thats what the gunicorn docs say
3 years ago
did it not work?
atleast the timeout issue is resolved but, still taking alot of time to send request and is still in loading process
3 years ago
that would be a code issue then
let me try and come back
Cuz, it's working fine on localhost and the request was pretty fast as well
3 years ago
well its not like railway has slower internet than you lol
3 years ago
good luck!
I want to know what is the maximum RAM allocated in developer plan of railway?
Hi Hari how did u fix this issue. Im also facing a simlar issue with my Django Project
2 years ago
8GB is the maximum RAM allocated for Hobby plan users
