From 6fe63c65cb73dd2158f5b54ba9d90dd43cf82ba6 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Wed, 20 Apr 2022 12:12:23 -0400 Subject: [PATCH] Remove the BEAM RDE pipeline side job (#1599) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- This change is [Reviewable](https://reviewable.io/reviews/google/nomulus/1599) --- .../env/production/default/WEB-INF/cron.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml index 789bee40a..f0f1d35f7 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/cron.xml @@ -36,19 +36,6 @@ backend - - /_dr/task/rdeStaging?beam=true - - 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. - - every 8 hours from 00:07 to 20:00 - backend - -