This message was deleted.
# atlantis-community
s
This message was deleted.
t
Are you running parallel? We use https://github.com/transcend-io/terragrunt-atlantis-config (althought we use terragrunt) which will create dynamic workspaces so multiple plans can happen at the same time
j
Hi Tyler, not that I'm aware of. I believe that is disabled by default and we don't have it set in the config
p
monorepo?
j
Yes
p
Atlantis locks the PRs per repo
so if two PRs try to plan you will get that message
do you use workspaces?
j
No only the default one
p
then this is going to be a problem for you
you can disable locks globally or you can use workspaces
@RB correct me if I'm wrong but the locks are not per dir, right? (there was a PR somewhere to do this I believe)
🤷‍♂️ 1
j
Okay so it happens because there are two PRs planning at the same time. And even if the PRs don't contain files from the projects set in the atlantis.yaml it will still give the errror?
Hey, @PePe Amengual. Sorry to bother you again, just to confirm I would need to disable locking to fix this for now?
p
it depends, if you want to plan without lock and apply with lock you can use another feature
look at repo_locking: false
j
okay thanks!