Skip to content

Commit

Permalink
Double the min number of instances and the cool down period (#4256)
Browse files Browse the repository at this point in the history
  • Loading branch information
past authored Feb 12, 2025
1 parent 6c89366 commit f730da3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion webapp/web/app.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

runtime: custom
env: flex
instance_class: F4_1G

automatic_scaling:
min_num_instances: 4
max_num_instances: 20
cool_down_period_sec: 180

inbound_services:
- warmup
Expand Down
6 changes: 5 additions & 1 deletion webapp/web/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

runtime: custom
env: flex
instance_class: F4_1G

automatic_scaling:
min_num_instances: 4
max_num_instances: 20
cool_down_period_sec: 180

inbound_services:
- warmup
Expand Down

0 comments on commit f730da3

Please sign in to comment.