sternj
sternj
The issue seems to be that `uvicorn` uses the multiprocessing Spawn context, and that that's hard-coded in-- I'm going to see what overriding that symbol name does
Note that the issue doesn't seem to be fixed in full, since - no information is getting attributed to the actual responder to the requests - ctrl+c terminates the program,...
We've been looking for a way to stably replicate this issue for a while-- would you mind checking if you can replicate it on a clean install in a container?...
Referencing #353 because I suspect it is the same issue
What is the base container you are using?
Unable to replicate on a VM running OpenSUSE `20220308` (tumbleweed)
What library is Selector from?
Honestly, what would be really useful (given that this is likely proprietary code) is a minimal example of a script and a Dockerfile that exhibits this behavior-- if I can...
I'm seeing this without the timing code in a particularly egregious way ``` Memory usage: ▁▁▃▁█▅ (max: 1.57GB, growth rate: 42%) test/issues/test-issue379.py: % of time = 89.61 out of 1.51....
Confirming that manager works (preliminarily) as expected; closing in 72-ish hours