Skip to content

Possibility to install without uvloop #702

New issue

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

Closed
mojimi opened this issue Jun 17, 2020 · 2 comments
Closed

Possibility to install without uvloop #702

mojimi opened this issue Jun 17, 2020 · 2 comments

Comments

@mojimi
Copy link

mojimi commented Jun 17, 2020

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.

@erewok
Copy link

erewok commented Jun 18, 2020

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.

@euri10
Copy link
Member

euri10 commented Jun 19, 2020

that's what #666 intends to do @mojimi so once a reviewer will have time I think you'll get what you want

@euri10 euri10 closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants