HTTP.jl v1 used interactive threadpool by default, so we made sure to configure our julias to have one (eg --threads=2,1). With HTTP.jl v2, Reseau makes its own foreign thread? Would the migration from v1 to v2 be: drop the interactive threadpool (eg --threads=2), but still set cpu=$nthreads+1 in eg k8s manifests so that the Reseau thread has room? Appreciate any thoughts.
HTTP.jl v1 used interactive threadpool by default, so we made sure to configure our julias to have one (eg
--threads=2,1). With HTTP.jl v2, Reseau makes its own foreign thread? Would the migration from v1 to v2 be: drop the interactive threadpool (eg--threads=2), but still setcpu=$nthreads+1in eg k8s manifests so that the Reseau thread has room? Appreciate any thoughts.