From a3c73d5825d647bc5eb4dc73b932b767a006538b Mon Sep 17 00:00:00 2001 From: sarahcaseybot Date: Mon, 29 Aug 2022 16:30:56 -0400 Subject: [PATCH] Increase max backoff seconds for dns-publish queue (#1764) --- .../java/google/registry/env/common/default/WEB-INF/queue.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/google/registry/env/common/default/WEB-INF/queue.xml b/core/src/main/java/google/registry/env/common/default/WEB-INF/queue.xml index 4c6c631b5..db12c3164 100644 --- a/core/src/main/java/google/registry/env/common/default/WEB-INF/queue.xml +++ b/core/src/main/java/google/registry/env/common/default/WEB-INF/queue.xml @@ -10,10 +10,10 @@ dns-publish 100/s 100 - + 30 - 600 + 1800 0