Skip to content
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

HTTP worker should be able to listen on a domain socket as well #506

Open
abingham opened this issue May 15, 2021 · 1 comment
Open

HTTP worker should be able to listen on a domain socket as well #506

abingham opened this issue May 15, 2021 · 1 comment

Comments

@abingham
Copy link
Contributor

Right now we only allow HTTP workers to listen on network sockets. I principle they should also be able to listen on domain sockets. The underlying aiohttp code supports this. We'll just need to think about how to work that into our config/system.

@abingham
Copy link
Contributor Author

I had this mostly working but abandoned it for a later time. It won't require much actual coding, though some careful thought will be needed about things like cwd when creating the sockets (i.e. since workers tend to run in temp directories.)

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

1 participant