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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user