mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Add WipeOutContactHistoryPiiAction to prod (#1356)
This commit is contained in:
parent
d1a972d1e4
commit
5cfd96b63c
1 changed files with 10 additions and 0 deletions
|
@ -348,4 +348,14 @@
|
||||||
<schedule>every 3 minutes</schedule>
|
<schedule>every 3 minutes</schedule>
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
</cronentries>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue