but like: ``` E WARN] Not watching pantsd pidfi...
# development
a
but like:
Copy code
E   	WARN] Not watching pantsd pidfile because subprocessdir is outside of buildroot. Having subprocessdir be a child of buildroot (as it is by default) may help avoid stray pantsd processes.
                     E   	Not watching pantsd pidfile because subprocessdir is outside of buildroot. Having subprocessdir be a child of buildroot (as it is by default) may help avoid stray pantsd processes.
seems like it's not at all what we want in testing
h
I’ve seen this a lot too and never know what it is
a
@red-balloon-89377 not sure if you have any more background on why this exists, looking in
scheduler_service.py
i can see lots of code which tries to play fast and loose with the optional pidfile, it's not clear/documented where this ends up mattering
a
I think this will stop being relevant when the “one-shot” flag gets added.