What's the deal with PANTS_CONCURRENT? I've got pr...
# general
a
What's the deal with PANTS_CONCURRENT? I've got pre-commit hooks set up to run
pants green
but if there's another process running, it just hangs, which is annoying and will confuse the heck out of engineers. What's the worst that can happen from setting concurrent to true on the pre-commit?
b
It just avoids the daemon. So you don't get the daemons memoization -> slower runs. That's it
👍 1
a
ta