[CRITICAL] WORKER TIMEOUT (pid:13) error
My app builds OK and deploys but I notice static files in Console/Network are pending, then once they load in my Railway Deploy logs I get
Is it timing out whilst trying to load my static files? The site is also incredible slow to load betwenn requests.
Site is being buit via this railway.json, i've tried adding timeout command to gunicorn as I read that may solve the problem but not 100% of syntax within a json file
7 Replies
Project ID:
175edb31-fcdb-4550-a1d8-3f56f4ed6301
Project id - 175edb31-fcdb-4550-a1d8-3f56f4ed6301
could be related #🚨|incidents
I'll try again in morning
Still the issue, is there a way to add flags (increase timeout, add —debug) to gunicorn command in the railway.json to help debug this?
yeah just add it
--timeout 600
adding --threads 3 seems to have solved this.
awesome