Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
* Bump runtimeVersion to `2025.01.24`.
* Upgraded stable Flutter analysis SDK to `3.27.3`.
* Downgraded `puppeteer` to `3.12.0`.
* Decreased minimum instance count of frontend to `24`.

## `20250123t090800-all`
* Bump runtimeVersion to `2025.01.15`.
Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resources:
# instances: 1

automatic_scaling:
min_num_instances: 32
min_num_instances: 24
max_num_instances: 72

skip_files:
Expand Down
Loading