Skip to content

uWSGI reports full listen queue #1573

Open
@emmatyping

Description

@emmatyping

Version

22.7.0.dev0

Steps to Reproduce

  1. Run ./install.sh
  2. docker compose up -d
  3. 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

Projects

  • Status

    No status
  • Status

    No status
  • Status

    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions