From 5689234fd2b9628c258a2c79c02800e70bfc134e Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 19 Jun 2018 16:02:14 -0700 Subject: [PATCH] Allow more RDE upload tasks to run simultaneously We're currently facing a large backlog of RDE upload tasks, most of which won't have anything to do when they execute (because the RDE deposit in question has been successfully uploaded). And we're also facing the occasional >30 minute timeout even though most uploads are succeeding in around a minute. So this CL just lets more run simultaneously so that the backlog can be cleared out faster. Note that we still enforce locking on a per-TLD basis, so it won't be possible for uploads to stomp over each other. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201257679 --- java/google/registry/env/common/default/WEB-INF/queue.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c06b3ddb2..3d27a1858 100644 --- a/java/google/registry/env/common/default/WEB-INF/queue.xml +++ b/java/google/registry/env/common/default/WEB-INF/queue.xml @@ -100,8 +100,8 @@ rde-upload - 1/m - 1 + 5/m + 5 4h