Is there's any way to get more information when pa...
# general
s
Is there's any way to get more information when pants is running
54.61s Building archipelago.pex with 13 requirements: SQLAlchemy~=1.4.27...
? One of my biggest issues has been around how unpredictable pants performance is. Commands that pants use to run relatively quickly can balloon into what seems like arbitrarily long runtimes after what feels like slight requirement changes. From a developer's point of view running a python command can't have a 5+ minute pants prelude (and its still going)
r
Are you using lockfiles already? That would help a bit with this except when you have to update lockfiles which can take quite a bit of time depending on how strict your interpreter constraints are.
s
I'm not. I'll adopt a lockfile and see what happens