Add WipeOutContactHistoryPiiAction to prod (#1356)

This commit is contained in:
Rachel Guan 2021-10-08 11:46:26 -04:00 committed by GitHub
parent d1a972d1e4
commit 5cfd96b63c

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>