Hi all, we are encountering slow pex _runs (_not b...
# general
b
Hi all, we are encountering slow pex _runs (_not builds) the compressed pex file is ~300mb and has some beefy dependencies (ray, scipy, pandas, etc), it runs a dash server. The build is relatively fast, but running it on k8s takes like 5mins. I was wondering if anyone did any optimizations to make pex run faster? One hacky thing I can imagine is unzipping the pex file during build and just run the actual file, that is very quick but seems to work against the principles of pex
when I say running, I mean executing the pex file once the pod is fully up
w
What are you trying, right now?
c
From your reference, it sounds like you have already seen https://www.pantsbuild.org/blog/2022/08/02/optimizing-python-docker-deploys-using-pants ?