-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
Description
Tracer Version(s)
3.14.1
Python Version(s)
Python 3.11.2
Pip Version(s)
23.2.1
Bug Report
When using ddtrace with uwsgi for python application backend application running with Django, we got an issue during the launching of the application. The uwsgi sockets seem to not be able to process any http request leading to a filling of the queue.
With the following versions, the system is working and the issue is not happening:
- ddtrace==3.12.2
- uwsgi==2.0.29
Reproduction Code
No response
Error Logs
*** uWSGI listen queue of socket "127.0.0.1:33407" (fd: 3) full !!! (101/100) ***
Libraries in Use
ddtrace==3.14.1
Django==5.0.12
drf-spectacular==0.27.2
uWSGI==2.0.29
uwsgi-readiness-check==0.2.0
more on request
Operating System
Linux 4.18.0 GNU/Linux