Skip to content

issues Search Results · repo:benoitc/gunicorn language:Python

Filter by

2k results
 (84 ms)

2k results

inbenoitc/gunicorn (press backspace or delete to remove)

The following configuration has been added to the configuration file. img width= 488 height= 177 alt= Image src= https://github.com/user-attachments/assets/c965735c-d6c3-4572-b5cf-d39a3cbf5553 / After ...
  • lxyjj1991
  • Opened 
    12 days ago
  • #3405

Nowadays I meet a strange problem, when I use the gunicorn with uvicorn.workers.UvicornWorker to start my project, one or more Worker will TIMEOUT and restart my the mater, the logs when the Worker exit ...
  • deanzxl
  • Opened 
    on Jun 19
  • #3403

Running Gunicorn 23.0. Startup line like gunicorn my_app:app -c gunicorn.conf.py -p $PIDFILE --error-logfile $LOGDIR/$(date +%Y%m%d-%s).log In the log file after sending -HUP signal. [2025-06-06 10:40:53 ...
  • AndyDira
  • Opened 
    on Jun 6
  • #3401

The configuration overview says Gunicorn first reads environment variables for some configuration settings. but if I actually look at the list of settings, it seems that this list is very limited. Is ...
  • vanschelven
  • 1
  • Opened 
    on May 17
  • #3400

Many systems provide the facility (either by default, or by configuration) to log request duration in nanosecond resolution. In order to provide an optional but consistent approach to logging there should ...
  • sfozz
  • 4
  • Opened 
    on May 16
  • #3398

We are seeing multiple dropped connections when updating our flask app running on gunicorn with sync workers running in kubernetes. As far as I understand, this happens because Kubernetes sends the Pod ...
  • dwt
  • 4
  • Opened 
    on May 15
  • #3397

If I understand the WSGI specification (PEP 3333) the file wrapper callable should return an iterable object - see https://peps.python.org/pep-3333/#optional-platform-specific-file-handling . I see GUnicorn ...
  • jaroslavpachola
  • 3
  • Opened 
    on May 13
  • #3396

When sending a HUP request to my gunicorn process, it drops requests for a moment. The configuration in question is: gthread, 2 workers, 1 thread I also tried manually choosing sync. It appears that ...
  • aiscribbles
  • Opened 
    on May 6
  • #3394

@benoitc @tilgovi When I try to use gunicorn+uvicorn for my asgi server for my fast api application I try to use encrypted private key file but when I try to run the server it is prompting for the password ...
  • Sri2508
  • Opened 
    on Apr 29
  • #3392

Currently, we re ignoring invalid and potentially malicious header values. I’m not sure if proxies should handle this or if the framework should take care of it, but I think Gunicorn could consider adding ...
  • Agent-Hellboy
  • 1
  • Opened 
    on Apr 16
  • #3389
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub