aio-libs / aio-libs/aiohttp

The backlog in Gunicorn config dose not work

Open
#5,283 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
16.5k
Forks
2.4k
Avg merge
17h 22m
Merged PRs (30d)
212

Description

Hi,
This is my gunicorn.config
```
workers = 54
# worker_class = 'aiohttp.GunicornWebWorker'
worker_class = 'aiohttp.worker.GunicornUVLoopWebWorker'
bind = '192.168.4.14:7000'
daemon = 'false'
worker_connections = 2048
backlog = 4096
```

I use `backlog` in `gunicorn.cofnig`, when I checked `ss`

![image](https://user-images.githubusercontent.com/1038132/100062278-4d1ba300-2e6a-11eb-9612-98d3f79acd80.png)

How to fix it?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.