From 5cfd96b63c7b51577c3e2243d802f0f613d9e2ea Mon Sep 17 00:00:00 2001 From: Rachel Guan Date: Fri, 8 Oct 2021 11:46:26 -0400 Subject: [PATCH] Add WipeOutContactHistoryPiiAction to prod (#1356) --- .../registry/env/production/default/WEB-INF/cron.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 8ec89c7d0..4d0bd689b 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 @@ -348,4 +348,14 @@ every 3 minutes backend + + + + + This job runs weekly to wipe out PII fields of ContactHistory entities + that have been in the database for a certain period of time. + + every monday 15:00 + backend +