This message was deleted.
# atlantis-community
s
This message was deleted.
d
Yes, there's an ADR 002 that goes into detail about previous attempts to add path to working dir locker (file locks when cloning/planning), as well as possible solutions.
tl;dr Atlantis clones the repo too many times (especially during pre-workflow which a lot of people use for Terragrunt support) and running in parallel with the same repo shouldn't really clog the gears up
j
so, im using pre-workflow, to test enabling parallel which obv. didnt work for us
should I disable that pre-workflow ? Is it slowing me down i guess, since it does not offer us anything at this point
d
Yes, it’ll reduce the chance of collision and calls to the clone function
j
ok, good to know