Skip to content

parallel plan and parallel apply no longer works #6426

@nvanheuverzwijn

Description

@nvanheuverzwijn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions