acoustic-library-86413
09/12/2023, 6:32 AMPANTS_CONCURRENT=true
has a startup time of about 11 seconds regardless of the command being run. Is this expected behavior or is something off about my system? E.g. PANTS_CONCURRENT=true pants help
also takes 11 seconds.high-yak-85899
09/12/2023, 6:33 AMacoustic-library-86413
09/12/2023, 6:37 AMPANTS_CONCURRENT
default:False
Enable concurrent runs of Pants. Without this enabled, Pants will start up all concurrent invocations (e.g. in other terminals) without pantsd. Enabling this option requires parallel Pants invocations to block on the first.To me, this reads as if enabling
PANTS_CONCURRENT
is what will ensure the daemon is used, but it should be the other way around, no?happy-kitchen-89482
09/12/2023, 6:44 AMacoustic-library-86413
09/12/2023, 7:09 AMEnabling this option requires parallel Pants invocations to block on the first.What does this mean in practice? From my (albeit limited) testing, I'm not seeing an issue where concurrent runs are blocking each other?
broad-processor-92400
09/12/2023, 8:43 AMacoustic-library-86413
09/12/2023, 8:44 AMacoustic-library-86413
09/12/2023, 8:52 AM