I'm seeing two pantsds in the same repo:
# development
h
I'm seeing two pantsds in the same repo:
Copy code
$ ps -ef | grep pantsd 
  501 72624     1   0 11:31AM ??         0:56.07 pantsd [/Users/benjyw/src/toolchain]     
  501 73505     1   0 11:47AM ??         0:31.89 pantsd [/Users/benjyw/src/toolchain]
This is after running various graph query goals and piping the results to less and jq
and seeing weirdness with the tty afterwards
c
Mm.. I’ve not observed exactly that, but I resorted to dashing in a few
--no-pantsd
and also piping to intermediate files on disk to avoid running multiple instances of
./pants
at once..