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
Copy file name to clipboardExpand all lines: mmv1/products/appengine/StandardAppVersion.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,9 @@ properties:
407
407
type: Integer
408
408
description: |
409
409
Maximum number of instances to run for this version. Set to zero to disable maxInstances configuration.
410
+
411
+
**Note:** Starting from February 17, 2025, App Engine sets the maxInstances default for standard environment deployments to 20. This change doesn't impact existing apps. To override the default, specify a new value between 0 and 2147483647, and deploy a new version or redeploy over an existing version. To disable the maxInstances default configuration setting, specify the maximum permitted value 2147483647.
0 commit comments