From 11c60b8c8f1594245e85284f6e7edbca8b0170f5 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