1
0
mirror of https://github.com/google/nomulus synced 2026-02-08 05:50:24 +00:00

Add WipeOutContactHistoryPiiAction to prod (#1356)

This commit is contained in:
Rachel Guan
2021-10-08 11:46:26 -04:00
committed by GitHub
parent 0277c5c25a
commit 23aa16469e

View File

@@ -348,4 +348,14 @@
<schedule>every 3 minutes</schedule>
<target>backend</target>
</cron>
<cron>
<url><![CDATA[/_dr/task/wipeOutContactHistoryPii]]></url>
<description>
This job runs weekly to wipe out PII fields of ContactHistory entities
that have been in the database for a certain period of time.
</description>
<schedule>every monday 15:00</schedule>
<target>backend</target>
</cron>
</cronentries>