cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.76k stars 2.83k forks source link

`uvicorn.workers` is deprecated #5109

Closed foarsitter closed 3 weeks ago

foarsitter commented 1 month ago

According to https://github.com/encode/uvicorn/pull/2302 and https://github.com/cookiecutter/cookiecutter-django/pull/5101 uvicorn.workers is deprecated.

It should be rather an easy task to update to uvicorn-worker.

jasonmokk commented 1 month ago

Hello, I'd like to work on this issue.