My django project is not running am getting [INFO] Booting worker with pid: 12
bryann54
PROOP

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

Jun 15 18:33:51

7a0672c2

[2024-06-15 15:33:51 +0000] [7] [INFO] Listening at: http://0.0.0.0:6704 (7)

Jun 15 18:33:51

7a0672c2

[2024-06-15 15:33:51 +0000] [7] [INFO] Using worker: sync

Jun 15 18:33:51

7a0672c2

[2024-06-15 15:33:51 +0000] [10] [INFO] Booting worker with pid: 10

Jun 15 18:35:02

7a0672c2

[2024-06-15 15:35:02 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:10)

Jun 15 18:35:02

7a0672c2

[2024-06-15 15:35:02 +0000] [10] [INFO] Worker exiting (pid: 10)

Jun 15 18:35:02

7a0672c2

[2024-06-15 15:35:02 +0000] [11] [INFO] Booting worker with pid: 11

Jun 15 18:36:14

7a0672c2

[2024-06-15 15:36:14 +0000] [7] [CRITICAL] WORKER TIMEOUT (pid:11)

Jun 15 18:36:14

7a0672c2

[2024-06-15 15:36:14 +0000] [11] [INFO] Worker exiting (pid: 11)

Jun 15 18:36:15

7a0672c2

[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

melissa
PRO

2 years ago

Hey there, were you able to get this sorted?


bryann54
PROOP

2 years ago

no


melissa
PRO

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.


Loading...