Skip to content

Commit d96e254

Browse files
authored
Increase search's max_num_instances to 30. (#8666)
1 parent dd9baad commit d96e254

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Note: increased `search`'s `max_num_instances` to 30.
56
* Note: search queries with multiple components are not cached.
67

78
## `20250320t094500-all`

search.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resources:
1818

1919
automatic_scaling:
2020
min_num_instances: 6
21-
max_num_instances: 12
21+
max_num_instances: 30
2222

2323
skip_files:
2424
- ^\.git/.*$

0 commit comments

Comments
 (0)