Skip to content

Commit abc47eb

Browse files
authored
Decrease minimum instance count of frontend to 24. (#8501)
1 parent c04e483 commit abc47eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
55
* Bump runtimeVersion to `2025.01.24`.
66
* Upgraded stable Flutter analysis SDK to `3.27.3`.
77
* Downgraded `puppeteer` to `3.12.0`.
8+
* Decreased minimum instance count of frontend to `24`.
89

910
## `20250123t090800-all`
1011
* Bump runtimeVersion to `2025.01.15`.

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resources:
1515
# instances: 1
1616

1717
automatic_scaling:
18-
min_num_instances: 32
18+
min_num_instances: 24
1919
max_num_instances: 72
2020

2121
skip_files:

0 commit comments

Comments
 (0)