Skip to content

Commit b159831

Browse files
committed
Add automatic scaling for app.yaml
1 parent 83d4b10 commit b159831

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ handlers:
77
script: IGNORED
88
secure: always
99
skip_files:
10-
- ^(.*/)?.*/node_modules/.*$
10+
- ^(.*/)?.*/node_modules/.*$
11+
automatic_scaling:
12+
min_num_instances: 15
13+
max_num_instances: 100

0 commit comments

Comments
 (0)