From bfd40ec2b033de09779f92622b1688681f6bda5c Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 9 Jul 2020 11:52:15 -0400 Subject: [PATCH] Double the # of pubapi instances to better handle traffic spikes (#671) * Double the # of pubapi instances to better handle traffic spikes We may also consider switching to an automatic scaling mode soon, on the hope that it's working better than the last time we tried it (it would help to keep resource costs down at least). --- .../registry/env/production/pubapi/WEB-INF/appengine-web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml b/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml index de2869151..d99ecf96a 100644 --- a/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml +++ b/core/src/main/java/google/registry/env/production/pubapi/WEB-INF/appengine-web.xml @@ -7,7 +7,7 @@ true B4_1G - 10 + 20