Im getting this error while deploying, could anyone can help?
Running ‘gunicorn treecare.wsgi:application’
Oct 17 12:16:17 PM [2023-10-17 12:16:17 +0530] [53] [INFO] Starting gunicorn 19.7.1
Oct 17 12:16:17 PM [2023-10-17 12:16:17 +0530] [53] [INFO] Listening at: http://0.0.0.0:10000 (53)
Oct 17 12:16:17 PM [2023-10-17 12:16:17 +0530] [53] [INFO] Using worker: sync
Oct 17 12:16:17 PM /opt/render/project/python/Python-3.10.6/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn’t supported in binary mode, the default buffer size will be used
Oct 17 12:16:17 PM return io.open(fd, mode, buffering, encoding, *args, **kwargs)
Oct 17 12:16:18 PM [2023-10-17 12:16:18 +0530] [54] [INFO] Booting worker with pid: 54
it took so long then
Oct 17 11:34:15 AM /opt/render/project/python/Python-3.10.6/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn’t supported in binary mode, the default buffer size will be used
Oct 17 11:34:15 AM return io.open(fd, mode, buffering, encoding, *args, **kwargs)
Oct 17 11:34:15 AM [2023-10-17 11:34:15 +0530] [54] [INFO] Booting worker with pid: 54
Oct 17 11:49:48 AM [2023-10-17 11:49:48 +0530] [53] [INFO] Handling signal: term
Oct 17 11:49:48 AM [2023-10-17 11:49:48 +0530] [54] [INFO] Worker exiting (pid: 54)
Oct 17 11:49:49 AM [2023-10-17 11:49:49 +0530] [53] [INFO] Shutting down: Master
Oct 19 07:39:23 AM ==> Running ‘gunicorn treecare.wsgi’
Oct 19 07:39:32 AM [2023-10-19 07:39:32 +0530] [52] [INFO] Starting gunicorn 19.7.1
Oct 19 07:39:32 AM [2023-10-19 07:39:32 +0530] [52] [INFO] Listening at: http://0.0.0.0:10000 (52)
Oct 19 07:39:32 AM [2023-10-19 07:39:32 +0530] [52] [INFO] Using worker: sync
Oct 19 07:39:32 AM /opt/render/project/python/Python-3.10.6/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn’t supported in binary mode, the default buffer size will be used
Oct 19 07:39:32 AM return io.open(fd, mode, buffering, encoding, *args, **kwargs)
Oct 19 07:39:32 AM [2023-10-19 07:39:32 +0530] [53] [INFO] Booting worker with pid: 53
I think it would be best if we took this ticket private so the issue can be investigated more thoroughly. Please submit a ticket via the Render Dashboard (“Help”) and be sure to select which service you are referring to here.