mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Reorder items in cron.xml for crash to make it similar to alpha
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189642125
This commit is contained in:
parent
bc03a01388
commit
f5cb227f0e
1 changed files with 38 additions and 14 deletions
|
@ -1,6 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<cronentries>
|
<cronentries>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
/cron/fanout params:
|
||||||
|
queue=<QUEUE_NAME>
|
||||||
|
endpoint=<ENDPOINT_NAME> // URL Path of servlet, which may contain placeholders:
|
||||||
|
runInEmpty // Run once, with no tld parameter
|
||||||
|
forEachRealTld // Run for tlds with getTldType() == TldType.REAL
|
||||||
|
forEachTestTld // Run for tlds with getTldType() == TldType.TEST
|
||||||
|
exclude=TLD1[&exclude=TLD2] // exclude something otherwise included
|
||||||
|
-->
|
||||||
|
|
||||||
<cron>
|
<cron>
|
||||||
<url>/_dr/task/rdeStaging</url>
|
<url>/_dr/task/rdeStaging</url>
|
||||||
<description>
|
<description>
|
||||||
|
@ -75,28 +85,18 @@
|
||||||
</cron>
|
</cron>
|
||||||
|
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=sheet&endpoint=/_dr/task/syncRegistrarsSheet&runInEmpty]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/syncGroupMembers&runInEmpty]]></url>
|
||||||
<description>
|
<description>
|
||||||
Synchronize Registrar entities to Google Spreadsheets.
|
Syncs RegistrarContact changes in the past hour to Google Groups.
|
||||||
</description>
|
</description>
|
||||||
<schedule>every 1 hours synchronized</schedule>
|
<schedule>every 1 hours synchronized</schedule>
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</cron>
|
||||||
|
|
||||||
<!-- TODO: Add borgmon job to check that these files are created and updated successfully. -->
|
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/exportReservedTerms&forEachRealTld]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=sheet&endpoint=/_dr/task/syncRegistrarsSheet&runInEmpty]]></url>
|
||||||
<description>
|
<description>
|
||||||
Reserved terms export to Google Drive job for creating once-daily exports.
|
Synchronize Registrar entities to Google Spreadsheets.
|
||||||
</description>
|
|
||||||
<schedule>every day 05:30</schedule>
|
|
||||||
<target>backend</target>
|
|
||||||
</cron>
|
|
||||||
|
|
||||||
<cron>
|
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/syncGroupMembers&runInEmpty]]></url>
|
|
||||||
<description>
|
|
||||||
Syncs RegistrarContact changes in the past hour to Google Groups.
|
|
||||||
</description>
|
</description>
|
||||||
<schedule>every 1 hours synchronized</schedule>
|
<schedule>every 1 hours synchronized</schedule>
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
|
@ -145,6 +145,30 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</cron>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Removed for the duration of load testing
|
||||||
|
TODO(b/71607184): Restore after loadtesting is done
|
||||||
|
<cron>
|
||||||
|
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/deleteProberData&runInEmpty]]></url>
|
||||||
|
<description>
|
||||||
|
This job clears out data from probers and runs once a week.
|
||||||
|
</description>
|
||||||
|
<schedule>every monday 14:00</schedule>
|
||||||
|
<timezone>UTC</timezone>
|
||||||
|
<target>backend</target>
|
||||||
|
</cron>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- TODO: Add borgmon job to check that these files are created and updated successfully. -->
|
||||||
|
<cron>
|
||||||
|
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/exportReservedTerms&forEachRealTld]]></url>
|
||||||
|
<description>
|
||||||
|
Reserved terms export to Google Drive job for creating once-daily exports.
|
||||||
|
</description>
|
||||||
|
<schedule>every day 05:30</schedule>
|
||||||
|
<target>backend</target>
|
||||||
|
</cron>
|
||||||
|
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/readDnsQueue?jitterSeconds=45]]></url>
|
<url><![CDATA[/_dr/cron/readDnsQueue?jitterSeconds=45]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue