mirror of
https://github.com/google/nomulus.git
synced 2025-07-27 04:58:37 +02:00
Remove AppEngineServiceUtils (#2003)
The only method that is called from this class is setNumInstances. However we don't current use `nomulus set_num_instances` anywhere. If we need to change the number of instances, it is either done by updating appengine-web.xml, which is deployed by Spinnaker, or doing it manually as a break-glass fix via gcloud or on Pantheon.
This commit is contained in:
parent
23fb69a682
commit
bd0cea0d87
9 changed files with 1 additions and 712 deletions
|
@ -33,8 +33,7 @@ class RollbackStep:
|
|||
Two steps are handled differently. The _UpdateDeployTag step gets a piped
|
||||
shell command, which needs to be handled differently. The
|
||||
_SetManualScalingNumInstances step uses the AppEngine Admin API client in
|
||||
this package to set the number of instances. The Nomulus set_num_instances
|
||||
command is not working right now.
|
||||
this package to set the number of instances.
|
||||
"""
|
||||
|
||||
description: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue