You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a cloud administrator
I want to have control over how many resource processor jobs run in parallel per VMSS instance
So that the VM can run multiple jobs, but not run out of resources
Acceptance criteria
Environment variable specifying maximum jobs per node
Processor works in serial if set to 1
Processor creates 5 parallel runs if set to 5
We need to ensure bundles with firewall rules are are deployed in serial, but other resources can be in parallel. As we cannot update the firewall simultaneously from multiple processes until #23 is complete.
Edit: We need to ensure that service bus sessions are implemented so that updates to resources happen in order, but that can happen after this story else there's no way to test the sessions.
The text was updated successfully, but these errors were encountered:
marrobi
added
the
story
Stories are the smallest unit of work to be done for a project.
label
Jul 29, 2021
Feature #23
Description
As a cloud administrator
I want to have control over how many resource processor jobs run in parallel per VMSS instance
So that the VM can run multiple jobs, but not run out of resources
Acceptance criteria
We need to ensure bundles with firewall rules are are deployed in serial, but other resources can be in parallel. As we cannot update the firewall simultaneously from multiple processes until #23 is complete.Edit: We need to ensure that service bus sessions are implemented so that updates to resources happen in order, but that can happen after this story else there's no way to test the sessions.
The text was updated successfully, but these errors were encountered: