Open
Description
Version
22.7.0.dev0
Steps to Reproduce
- Run
./install.sh
docker compose up -d
docker compose logs web
Expected Result
No uWSGI errors.
Actual Result
The web container logs contain
uWSGI listen queue of socket "127.0.0.1:46721" (fd: 3) full
It seems that uWSGI is reporting that the socket connection queue is full. This is weird for 2 reasons:
- This is a brand new instance of sentry self-hosted
- The limit is 100 connections(!)
Edit: there is some more info on the listen queue in the uWSGI docs https://uwsgi-docs.readthedocs.io/en/latest/articles/TheArtOfGracefulReloading.html#the-listen-queue
Metadata
Metadata
Type
Projects
Status
No status
Status
No status
Status
No status