You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, uvicorn automatically installs uvloop as a dep, but you can run without it.
Can we have a version/fork without uvloop? In Docker, Uvloop takes the majority of the build time, its really slow to build, so being able to skip it would really streamline it.
The text was updated successfully, but these errors were encountered:
Most of the value of uvicorn in my own projects is that it is based on uvloop. If I didn't want something built on uvloop, I would probably opt for one of gunicorn's asyncio workers.
So, uvicorn automatically installs uvloop as a dep, but you can run without it.
Can we have a version/fork without uvloop? In Docker, Uvloop takes the majority of the build time, its really slow to build, so being able to skip it would really streamline it.
The text was updated successfully, but these errors were encountered: