Skip to content

Commit

Permalink
Tweak instance scheduling.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatlotus committed May 31, 2016
1 parent 9cf5b98 commit a1c19ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ skip_files:
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- ^.*venv.*$

default_expiration: "2d"

automatic_scaling:
min_idle_instances: 0
max_idle_instances: 1
min_pending_latency: "15s"
max_pending_latency: "15s"

0 comments on commit a1c19ee

Please sign in to comment.