From e665a34810c243d2d9bdec34ae8b8969dc414f5d Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 1 Aug 2018 12:43:28 -0700 Subject: [PATCH] Automated g4 rollback of changelist 204783809. *** Reason for rollback *** It's still having the same issues from b/79463634 in sandbox, so we don't want to deploy it to prod. *** Original change description *** Switch pubapi/default service to basic scaling in prod/sandbox Also goes back up to 100 max instances. Hopefully this'll work better this time. *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206975159 --- .../env/production/default/WEB-INF/appengine-web.xml | 7 +++---- .../env/production/pubapi/WEB-INF/appengine-web.xml | 7 +++---- .../registry/env/sandbox/default/WEB-INF/appengine-web.xml | 7 +++---- .../registry/env/sandbox/pubapi/WEB-INF/appengine-web.xml | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/java/google/registry/env/production/default/WEB-INF/appengine-web.xml b/java/google/registry/env/production/default/WEB-INF/appengine-web.xml index 3cd46adeb..ef28324b7 100644 --- a/java/google/registry/env/production/default/WEB-INF/appengine-web.xml +++ b/java/google/registry/env/production/default/WEB-INF/appengine-web.xml @@ -8,10 +8,9 @@ true true B4_1G - - 100 - 30m - + + 30 + true true B4_1G - - 100 - 30m - + + 20 + true true B4_1G - - 100 - 30m - + + 30 + true true B4_1G - - 100 - 30m - + + 20 +