rough-room-65027
05/01/2024, 6:47 AMpantsd
. I am using a docker container in CI do run pants goals, and the container is refreshed for every CI execution (on the same host instance). Since pantsd
maintains a local in-mem cache, is it better to keep pantsd disabled for my CI setup? Would disabling it have any impact within the scope of single execution?wide-midnight-78598
05/01/2024, 1:01 PMpants
call in my CI (which is true when I chain goals), but if you're calling it multiple times - or if your CI can retain memory (like I've setup with a warm runners on my local network), then there can be a CI benefit with it on.
I'd still always recommend trying both cases to see what works best 🤷