2 years ago
I have deployed a django application on the Railway pro plan. when I try to access the project I get this on the deploy logs ```[2024-06-15 15:33:51 +0000] [7] [INFO] Starting gunicorn 20.1.0
[2024-06-15 15:33:51 +0000] [7] [INFO] Listening at: http://0.0.0.0:6704 (7)
[2024-06-15 15:33:51 +0000] [7] [INFO] Using worker: sync
[2024-06-15 15:33:51 +0000] [10] [INFO] Booting worker with pid: 10
[2024-06-15 15:35:02 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:10)
[2024-06-15 15:35:02 +0000] [10] [INFO] Worker exiting (pid: 10)
[2024-06-15 15:35:02 +0000] [11] [INFO] Booting worker with pid: 11
[2024-06-15 15:36:14 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:11)
[2024-06-15 15:36:14 +0000] [11] [INFO] Worker exiting (pid: 11)
[2024-06-15 15:36:15 +0000] [12] [INFO] Booting worker with pid: 12``` This is my procfile ```web: python manage.py migrate --no-input && gunicorn CRONY.wsgi:application --timeout 0 ```
3 Replies
2 years ago
no
2 years ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.