1
0
mirror of https://github.com/google/nomulus synced 2026-04-16 14:37:30 +00:00

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 ff8f86090d
commit 807ddf46b9

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>