From 87d1a1c2a3358e9d2889ed8707f46c55e49be73c Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 19 Jun 2018 19:43:19 -0700 Subject: [PATCH] Further increase the rde-upload queue processing rate We're still limiting to a maximum of 5 concurrent uploads, but when we get backed up (i.e. because we broke RDE like we did recently), it makes sense to burn through the backlog faster once tasks are succeeding again. As I'm going through the backlog now, 5/m isn't fast enough; 10/m seems right. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201284990 --- java/google/registry/env/common/default/WEB-INF/queue.xml | 3 ++- 1 file changed, 2 insertions(+), 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 3d27a1858..4cab03761 100644 --- a/java/google/registry/env/common/default/WEB-INF/queue.xml +++ b/java/google/registry/env/common/default/WEB-INF/queue.xml @@ -100,7 +100,8 @@ rde-upload - 5/m + 10/m + 50 5 4h