Does pants have an option equivalent to bazel’s `-...
# general
f
Does pants have an option equivalent to bazel’s
--max_idle_secs
? This would shutdown the server after some idle period. In the near term we’re going to have pants in a bunch of repositories which means multiple pantsd processes, which take up local system resources
w
I don’t think so: https://github.com/pantsbuild/pants/issues/15196 This is something that we’ve discussed in a few tickets, and I think we should probably make a tracking ticket covering shutdown-related features. I brought this up a while ago, just noticing that I had a realllly long running daemon on my computer (using 0 CPU or anything, just noticed it while looking through processes).