Commit a896eda
authored
Increases max instances to 20 for Locate Service (#57)
* Increases max instances to 20 for Locate Service
There is no need to limit the number of instances of the Locate Service
that AppEngine can launch to scale up the app. The default max is 8, and
this change sets the max to what I hope will be a very generous ceiling
of 20. I removed the min number of instances configurations, since its
value (2) was equal to the default for automatic scaling.
* Changes location of go-jose.v2 package
Builds were failing while fetching the package. It used to be located
at:
"gopkg.in/square/go-jose.v2/jwt"
... but is apparently now located at:
"gopkg.in/go-jose/go-jose.v2/jwt"
* Updates Travis build env to use Go 1.16
* Causes Travis to use Ubuntu Focal for builds
* Reinstalls ca-certificates Ubuntu package
* Moves reinstall of ca-certs to before_install
* Uses sudo to run apt reinstall ca-certificates
* Runs apt-update before apt-reinstall
* Revert "Changes location of go-jose.v2 package"
This reverts commit 8a99ffa.1 parent d74454d commit a896eda
File tree
3 files changed
+8
-4
lines changed- cloudbuild
3 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments