Just wondering in any situation where we will see ...
# general
g
Just wondering in any situation where we will see two pantsd process, e.g. one is the child process of the other? Or it should never happen?
w
Like, ever? Each Pants repo will launch a new pantsd - so at any given time, I have like 8 on my computer
g
oh I should say it is for the same project/repo
w
Huh, well that feels stranger to me. Are you using the
scie-pants
laucher, or a
./pants
script?
g
I am using the pants binary.
This problem happens from time to time in my jenkins CI.
w
Ahhh, okay okay - that's interesting. I always thought it was recommended to turn off
pantsd
in CI, but I can't find any docs to that effect. Maybe I just imagined that. When you run in Jenkins, are all of your cache and
.pid
.pants.d
folders cached between runs?