Set concurrency per environment or server
I am implementing a large-scale deployment solution with Octous and TFS.
I would like my build to trigger a deployment as soon as the packages have been built.
We build around 40 packages in a five minute window.
I am concerned that if I allowed the build scripts to trigger a deployment as soon as the package is concerned, we could end up with a massive amount of projects being deployed concurrently.
I'd like to see, as a feature, the ability to set a max value per environment. Then, I can throw as many jobs at Octopus during my build process, knowing Octopus will manage/queue the deployments according to the max value.
1
vote
