mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 06:24:07 +02:00
Remove the BEAM RDE pipeline side job (#1599)
Now that SQL is the default, we do not need this side job to run alongside the main one. Its purpose was to validate the BEAM pipeline while Datastore was primary. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1599) <!-- Reviewable:end -->
This commit is contained in:
parent
7912576e3d
commit
5d2639834a
1 changed files with 0 additions and 13 deletions
|
@ -36,19 +36,6 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</cron>
|
||||||
|
|
||||||
<cron>
|
|
||||||
<url>/_dr/task/rdeStaging?beam=true</url>
|
|
||||||
<description>
|
|
||||||
This job generates a full RDE escrow deposit as a single gigantic XML
|
|
||||||
document using the Beam pipeline regardless of the current TM
|
|
||||||
configuration and streams it to cloud storage. It does not trigger the
|
|
||||||
subsequent upload tasks and is meant to run parallel with the main cron
|
|
||||||
job in order to compare the results from both runs.
|
|
||||||
</description>
|
|
||||||
<schedule>every 8 hours from 00:07 to 20:00</schedule>
|
|
||||||
<target>backend</target>
|
|
||||||
</cron>
|
|
||||||
|
|
||||||
<cron>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=rde-upload&endpoint=/_dr/task/rdeUpload&forEachRealTld]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=rde-upload&endpoint=/_dr/task/rdeUpload&forEachRealTld]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue