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
This commit is contained in:
mountford 2016-03-07 08:01:19 -08:00 committed by Justine Tunney
parent a063508b5b
commit 7005a37b62

View file

@ -181,9 +181,10 @@
</cron> </cron>
<cron> <cron>
<url><![CDATA[/_dr/cron/fanout?queue=dns-cron&endpoint=/_dr/task/writeDns&forEachRealTld&forEachTestTld&jitterSeconds=60]]></url> <url><![CDATA[/_dr/cron/readDnsQueue?jitterSeconds=45]]></url>
<description> <description>
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.
</description> </description>
<schedule>every 1 minutes synchronized</schedule> <schedule>every 1 minutes synchronized</schedule>
<target>backend</target> <target>backend</target>