@Ciscoridze

Не работает сервер uWSGI, в чем может быть проблема?

Коллеги, подскажите, что за поведение у сервера? О чем говорит этот лог? Поднимаю с помощью docker-compose
Я так понимаю, что respawned uWSGI http это не норма. и так быть не должно?
nodename: 1d350b263a41
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 4
current working directory: /
detected binary path: /usr/local/bin/python
your memory page size is 4096 bytes
detected max file descriptor number: 1073741816
lock engine: pthread robust mutexes
thunder lock: enabled
uWSGI http bound on 0.0.0.0:9000 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:45111 (port auto-assigned) fd 3
Python version: 3.8.13 (default, Aug 23 2022, 09:42:19)  [GCC 10.2.1 20210110]
--- Python VM already initialized ---
Python main interpreter initialized at 0x55bd25f3f870
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
setting request body buffering size to 65536 bytes
mapped 1924224 bytes (1879 KB) for 12 cores
*** Operational MODE: preforking+threaded ***
spawned uWSGI master process (pid: 686)
spawned uWSGI worker 1 (pid: 688, cores: 4)
spawned uWSGI worker 2 (pid: 689, cores: 4)
spawned uWSGI worker 3 (pid: 690, cores: 4)
spawned uWSGI http 1 (pid: 691)
respawned uWSGI http 1 (pid: 695)
respawned uWSGI http 1 (pid: 703)
respawned uWSGI http 1 (pid: 704)
/usr/local/lib/python3.8/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key is '':
/usr/local/lib/python3.8/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key_extra_len is 0:
/usr/local/lib/python3.8/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key is '':
/usr/local/lib/python3.8/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key_extra_len is 0:
/usr/local/lib/python3.8/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key is '':
/usr/local/lib/python3.8/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if key_extra_len is 0:
08:59:28 [INFO] sentry.plugins.github: apps-not-configured
08:59:28 [INFO] sentry.plugins.github: apps-not-configured
08:59:28 [INFO] sentry.plugins.github: apps-not-configured
WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x55bd25f3f870 pid: 690 (default app)
WSGI app 0 (mountpoint='') ready in 18 seconds on interpreter 0x55bd25f3f870 pid: 689 (default app)
WSGI app 0 (mountpoint='') ready in 17 seconds on interpreter 0x55bd25f3f870 pid: 688 (default app)
respawned uWSGI http 1 (pid: 714)
respawned uWSGI http 1 (pid: 715)
respawned uWSGI http 1 (pid: 716)
respawned uWSGI http 1 (pid: 717)
respawned uWSGI http 1 (pid: 718)
respawned uWSGI http 1 (pid: 719)
respawned uWSGI http 1 (pid: 720)
respawned uWSGI http 1 (pid: 721)
respawned uWSGI http 1 (pid: 722)
respawned uWSGI http 1 (pid: 723)
respawned uWSGI http 1 (pid: 724)
respawned uWSGI http 1 (pid: 725)
respawned uWSGI http 1 (pid: 726)
respawned uWSGI http 1 (pid: 727)
respawned uWSGI http 1 (pid: 728)
respawned uWSGI http 1 (pid: 729)
respawned uWSGI http 1 (pid: 730)
respawned uWSGI http 1 (pid: 731)
respawned uWSGI http 1 (pid: 732)
respawned uWSGI http 1 (pid: 733)
respawned uWSGI http 1 (pid: 734)
respawned uWSGI http 1 (pid: 735)
respawned uWSGI http 1 (pid: 736)
respawned uWSGI http 1 (pid: 737)
respawned uWSGI http 1 (pid: 738)
respawned uWSGI http 1 (pid: 739)
respawned uWSGI http 1 (pid: 740)
respawned uWSGI http 1 (pid: 741)
respawned uWSGI http 1 (pid: 742)
respawned uWSGI http 1 (pid: 743)
respawned uWSGI http 1 (pid: 744)
respawned uWSGI http 1 (pid: 745)
respawned uWSGI http 1 (pid: 746)
respawned uWSGI http 1 (pid: 747)
respawned uWSGI http 1 (pid: 748)
respawned uWSGI http 1 (pid: 749)
respawned uWSGI http 1 (pid: 750)
respawned uWSGI http 1 (pid: 751)
respawned uWSGI http 1 (pid: 759)
respawned uWSGI http 1 (pid: 760)
respawned uWSGI http 1 (pid: 761)
respawned uWSGI http 1 (pid: 762)
respawned uWSGI http 1 (pid: 763)
  • Вопрос задан
  • 112 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы