Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
Setting parallel_apply and parallel_plan to true no longer work in parallel.
Reproduction Steps
Set these configuration to true in your atlantis.yaml, make sure you have a couple of project and watch how atlantis only run one step at a time instead of having the default 15 project at the same time.
Logs
There aren't any valuable logs here but running a ps aux when atlantis is processing a plan or apply command reveal that only one step is running at a time.
Additional Context
This problem is introduced in this PR: https://github.com/runatlantis/atlantis/pull/6230/changes
Issue: #6185
I beleive this lock shouldn't be acquired on this the workspace but only on workspace/projectname directory, which we already get.
Community Note
Overview of the Issue
Setting
parallel_applyandparallel_planto true no longer work in parallel.Reproduction Steps
Set these configuration to true in your atlantis.yaml, make sure you have a couple of project and watch how atlantis only run one step at a time instead of having the default 15 project at the same time.
Logs
There aren't any valuable logs here but running a
ps auxwhen atlantis is processing a plan or apply command reveal that only one step is running at a time.Additional Context
This problem is introduced in this PR: https://github.com/runatlantis/atlantis/pull/6230/changes
Issue: #6185
I beleive this lock shouldn't be acquired on this the workspace but only on workspace/projectname directory, which we already get.