From 9f65624f3eb8210bfe8c2da0b11bad7b15e31f54 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Thu, 6 Apr 2023 13:41:51 -0400 Subject: [PATCH] Temporarily disable contact history wipeout (#1982) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes the next run at the first Monday of December, which should give us plenty of time to fix the issue with it wiping out PII in the most recent contact history. - - - This change is [Reviewable](https://reviewable.io/reviews/google/nomulus/1982) --- .../env/production/default/WEB-INF/cloud-scheduler-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml index b9d2062c4..715443fae 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/cloud-scheduler-tasks.xml @@ -270,6 +270,6 @@ This job runs weekly to wipe out PII fields of ContactHistory entities that have been in the database for a certain period of time. - 0 15 * * 1 + 0 15 * 12 1