Add replicateToDatastore cron job to prod (#1459)

No issues with this in sandbox so we should add it in prod
This commit is contained in:
gbrodman 2022-01-10 16:38:25 -05:00 committed by GitHub
parent 61c9890b8b
commit fe8b487642

View file

@ -349,6 +349,15 @@
<target>backend</target>
</cron>
<cron>
<url><![CDATA[/_dr/cron/replicateToDatastore]]></url>
<description>
Replays recent transactions from SQL to the Datastore secondary backend.
</description>
<schedule>every 3 minutes</schedule>
<target>backend</target>
</cron>
<cron>
<url><![CDATA[/_dr/task/wipeOutContactHistoryPii]]></url>
<description>