From 168a23206d9b06766e5acf0bbde67c70e83ab76d Mon Sep 17 00:00:00 2001 From: mcilwain Date: Wed, 11 Apr 2018 10:56:59 -0700 Subject: [PATCH] Increase export-snapshot queue rate from 5/m to 1/s Five per minute just isn't working well enough on environments with lots of entities (e.g. alpha and sandbox right now), and there doesn't seem to be a real need to enforce such a low throttle. The mapreduce queue, for instance, has 500/s (effectively no throttle). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192474962 --- java/google/registry/env/common/default/WEB-INF/queue.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/env/common/default/WEB-INF/queue.xml b/java/google/registry/env/common/default/WEB-INF/queue.xml index 77b050968..acd70f248 100644 --- a/java/google/registry/env/common/default/WEB-INF/queue.xml +++ b/java/google/registry/env/common/default/WEB-INF/queue.xml @@ -69,7 +69,7 @@ export-snapshot - 5/m + 1/s 22h