mirror of
https://github.com/google/nomulus.git
synced 2025-05-30 01:10:14 +02:00
Add RDE Staging to QA crontab. (#1210)
* Add RDE Staging to QA crontab.
This commit is contained in:
parent
3f01a90647
commit
a8fea440d9
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,17 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<cronentries>
|
<cronentries>
|
||||||
|
|
||||||
|
<cron>
|
||||||
|
<url>/_dr/task/rdeStaging</url>
|
||||||
|
<description>
|
||||||
|
This job generates a full RDE escrow deposit as a single gigantic XML document
|
||||||
|
and streams it to cloud storage. When this job has finished successfully, it'll
|
||||||
|
launch a separate task that uploads the deposit file to Iron Mountain via SFTP.
|
||||||
|
</description>
|
||||||
|
<schedule>every day 00:07</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