-
-
Notifications
You must be signed in to change notification settings - Fork 123
Description
I got an error about Python
[2022-12-27 13:03:37 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:8)
[2022-12-27 13:03:50 +0000] [8] [INFO] Worker exiting (pid: 8)
[2022-12-27 13:04:06 +0000] [9] [INFO] Booting worker with pid: 9
[2022-12-27 13:04:31 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:9)
[2022-12-27 13:04:31 +0000] [9] [INFO] Worker exiting (pid: 9)
[2022-12-27 13:04:32 +0000] [10] [INFO] Booting worker with pid: 10
[2022-12-27 13:05:02 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:10)
[2022-12-27 13:05:02 +0000] [10] [INFO] Worker exiting (pid: 10)
[2022-12-27 13:05:03 +0000] [11] [INFO] Booting worker with pid: 11
[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init
super().__init__(cfg, unreader)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 53, in init
unused = self.parse(self.unreader)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 235, in parse
self.headers = self.parse_headers(data[:idx])
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 73, in parse_headers
remote_addr = self.unreader.sock.getpeername()
OSError: [Errno 107] Transport endpoint is not connected
[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init
super().__init__(cfg, unreader)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 53, in init
unused = self.parse(self.unreader)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 235, in parse
self.headers = self.parse_headers(data[:idx])
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 73, in parse_headers
remote_addr = self.unreader.sock.getpeername()
OSError: [Errno 107] Transport endpoint is not connected
[2022-12-27 13:05:24 +0000] [11] [ERROR] Socket error processing request.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/gunicorn/workers/sync.py", line 133, in handle
req = next(parser)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/parser.py", line 41, in next
self.mesg = self.mesg_class(self.cfg, self.unreader, self.req_count)
File "/usr/local/lib/python3.8/site-packages/gunicorn/http/message.py", line 186, in init