-
Notifications
You must be signed in to change notification settings - Fork 361
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
Max in flight #3907
Max in flight #3907
Conversation
@@ -218,6 +305,23 @@ module VCAP::CloudController | |||
subject.scale | |||
end.not_to(change(RouteMappingModel, :count)) | |||
end | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# when max_in_flight is greater than original_web_process_instance_count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deployment spec change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for having a pair of pair of eyes on this with me @Samze !
Looks good to me with the deployment spec coverage
Changes in cloud_controller_ng: - Max in flight PR: cloudfoundry/cloud_controller_ng#3907 Author: Evan Farrar <[email protected]>
* A short explanation of the proposed change:
** This exposes a new option for the deployment resource that
* An explanation of the use cases your change solves
** Currently, rolling deploys deploy one instance at a time, but if an app has many instances this can take quite a while
Links to any other associated PRs
** there is a CLI feature in progress, will link when it is a PR
I have reviewed the contributing guide
I have viewed, signed, and submitted the Contributor License Agreement
I have made this pull request to the
main
branchI have run all the unit tests using
bundle exec rake
I have run CF Acceptance Tests