AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Include scaling information from app.yaml or appengine-web.xml for version create #716

Closed sjones4 closed 5 years ago

sjones4 commented 5 years ago

Application versions created from YAML or XML now include manual or automatic scaling information when present. The client sends the scaling information in the version create call for use when scaling the application.

https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version

sjones4 commented 5 years ago

Added a check for exclusive manual/automatic scaling settings.