From 52c759d1db365dd8318018b6d9a6883814866486 Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 17 Feb 2022 08:46:40 -0800 Subject: [PATCH] Disable prober data deletion cron job in prod & sandbox (#1525) * Disable prober data deletion cron job in prod & sandbox This is going to unnecessarily make the database migration more complex, and we don't need them that badly. We'll re-enable these cron jobs once we've written the new version of this action that handles Cloud SQL correctly (the current version only does Datastore anyway). --- .../registry/env/production/default/WEB-INF/cron.xml | 10 ---------- .../registry/env/sandbox/default/WEB-INF/cron.xml | 10 ---------- 2 files changed, 20 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 96d525c3c..789bee40a 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 @@ -253,16 +253,6 @@ backend - - - - This job clears out data from probers and runs once a week. - - every monday 14:00 - UTC - backend - - diff --git a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml index 6aed4fec1..b440f7387 100644 --- a/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml +++ b/core/src/main/java/google/registry/env/sandbox/default/WEB-INF/cron.xml @@ -191,16 +191,6 @@ backend - - - - This job clears out data from probers and runs once a week. - - every monday 14:00 - UTC - backend - -