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
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.
The text was updated successfully, but these errors were encountered:
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.)
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.
The text was updated successfully, but these errors were encountered: