Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable parallel deployments of modules (fixes Bad Request: Conflict) #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luuksommers
Copy link

Deploying sxa and the bootloader on azure using the modules are handled in parallel by default (see https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-multiple section Serial Copy).

When deploying MSDeploy packages concurrent a Bad Request: Conflict is thrown during the deployment.

This patch prevents concurrent deployments of the modules.

@RobsonAutomator
Copy link

This also happens during installation from Azure Marketplace.

@luuksommers
Copy link
Author

We've noticed it during the deployment of SXA

@BevanG
Copy link

BevanG commented Jun 4, 2019

This has fixed deployment errors for me. Thanks very much! Am able to deploy 9.1.1 into Azure now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants