We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uvicorn.worker
uvicorn-worker
The documentation recommends to use uvicorn.workers.UvicornWorker with gunicorn. Since uvicorn 0.30.0, this worker is deprecated in favor of the uvicorn-worker package.
uvicorn.workers.UvicornWorker
uvicorn
I can't say how much of a difference this makes in practice.
The docs and dependencies should be updated accordingly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The documentation recommends to use
uvicorn.workers.UvicornWorker
with gunicorn. Sinceuvicorn
0.30.0, this worker is deprecated in favor of the uvicorn-worker package.I can't say how much of a difference this makes in practice.
Expected behaviour
The docs and dependencies should be updated accordingly
Actual behaviour
Steps to reproduce
Additional info:
The text was updated successfully, but these errors were encountered: