thousands-plumber-33255
02/15/2024, 7:40 PMrun_goal_use_sandbox for a Python target, is pantsd involved here at all? The reason why I am asking is whether there is a performance drawback when also setting --concurrent for that same execution or if that is unrelated?broad-processor-92400
02/16/2024, 7:51 PMthousands-plumber-33255
02/19/2024, 6:26 AMbroad-processor-92400
02/19/2024, 6:37 AMpkill -f pantsd or rm -rf .pants.d/pids, I think) and then run the goal, does it spend some time "initializing scheduler"? if so, that's starting pantsdlittle-pilot-11155
02/19/2024, 3:16 PMconcurrent to true will disable pantsd (see this comment). I learned that the hard way 😄thousands-plumber-33255
02/20/2024, 12:16 PM