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

[#IPV-22] Enable deploy on multiple app services #128

Merged
merged 3 commits into from
Jun 7, 2021

Conversation

balanza
Copy link
Contributor

@balanza balanza commented Jun 7, 2021

List of Changes

  • edit deploy pipeline to allow parallel deploy on multiple app services
  • update pipelines templates

Motivation and Context

We may need to increase batch job parallelism. As they are built using Azure Durable Functions, and as they have an upper bound of maximum number of Orchestrators running at the same time, to increase such value we must deploy on different app services at once.

So far, the deploy pipeline still has a default of one app service (the one actually deployed). We may change this value in the future, still we can provide different inputs before running the pipeline.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@pagopa-github-bot
Copy link
Contributor

Warnings
⚠️

Please include a Pivotal story at the beginning of the PR title (see below).

Example of PR titles that include pivotal stories:

  • single story: [#123456] my PR title
  • multiple stories: [#123456,#123457,#123458] my PR title

Generated by 🚫 dangerJS

.devops/deploy-pipelines.yml Outdated Show resolved Hide resolved
@balanza balanza merged commit b0a3b4f into master Jun 7, 2021
@balanza balanza deleted the ipv-22--deploy-on-multiple-app-services branch June 7, 2021 11:59
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.

2 participants