Skip to content

boxed/gunicorn_urlencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction for a gunicorn async worker issue

A django app with a single route ö/.

Running this project with gunicorn built in asgi worker results in 404:

gunicorn_urlencode.asgi:application --worker-class asgi -t 360000 --log-file - -w 4

Using the runserver, wsgi gunicorn, or uvicorn worker loads fine:

gunicorn_urlencode.asgi:application -k uvicorn_worker.UvicornWorker -t 360000 --log-file - -w 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages