I noticed that my laptop was running very hot, and...
# development
h
I noticed that my laptop was running very hot, and chewing up battery. Turns out there were some lingering python processes several days old, all of them running
./test_runner.pex
. pantsd wasn't running. So we may have some issue with pants exiting but not reaping all its processes somehow.
2