From 7005a37b624defca42168c5adee8a39ff88580d4 Mon Sep 17 00:00:00 2001 From: mountford Date: Mon, 7 Mar 2016 08:01:19 -0800 Subject: [PATCH] DNS Update: Change production cron job definition file to invoke the new readDnsQueue action The new code pulls all pending update tasks, groups by TLD, and invokes PublishDnsUpdates for each group. It is running in Sandbox successfully, so we're going to try to move it to production. Both the old and new code have been in production for a while, so if there's a problem, we can revert just this CL to go back. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116546323 --- .../domain/registry/env/production/default/WEB-INF/cron.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/java/com/google/domain/registry/env/production/default/WEB-INF/cron.xml b/java/com/google/domain/registry/env/production/default/WEB-INF/cron.xml index 601912cbc..82b9208ad 100644 --- a/java/com/google/domain/registry/env/production/default/WEB-INF/cron.xml +++ b/java/com/google/domain/registry/env/production/default/WEB-INF/cron.xml @@ -181,9 +181,10 @@ - + - Write updates to the DNS system. Lease tasks from the dns-pull queue until empty. + Lease all tasks from the dns-pull queue, group by TLD, and invoke PublishDnsUpdates for each + group. every 1 minutes synchronized backend