mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
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:
parent
a063508b5b
commit
7005a37b62
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue