So the process caused another server load issue tonight. I have some more log information:
Traceback (most recent call last): File "./manage.py", line 10, in <module> File "/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line File "/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 357, in execute File "/usr/lib/python3.6/site-packages/django/__init__.py", line 16, in setup from django.urls import set_script_prefix File "/usr/lib/python3.6/site-packages/django/urls/__init__.py", line 1, in <module> from .base import ( File "/usr/lib/python3.6/site-packages/django/urls/base.py", line 8, in <module> from .exceptions import NoReverseMatch, Resolver404 File "/usr/lib/python3.6/site-packages/django/urls/exceptions.py", line 1, in <module> from django.http import Http404 File "/usr/lib/python3.6/site-packages/django/http/__init__.py", line 1, in <module> from django.http.cookie import SimpleCookie, parse_cookie File "/usr/lib/python3.6/site-packages/django/http/cookie.py", line 1, in <module> from http import cookies File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 665, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 674, in exec_module File "<frozen importlib._bootstrap_external>", line 771, in get_code File "<frozen importlib._bootstrap_external>", line 482, in _validate_bytecode_header MemoryError DAMN ! worker 1 (pid: 20) died, killed by signal 9 :( trying respawn ...
Then a little while I see a whole bunch of the following lines:
Sun Oct 27 00:13:02 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:03 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:04 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:05 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:06 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:07 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:08 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:09 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:10 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:11 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) *** Sun Oct 27 00:13:12 2019 - *** uWSGI listen queue of socket "0.0.0.0:8080" (fd: 8) full !!! (101/100) ***
Would someone help me troubleshoot this? Thank you. Brian