mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02: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:
parent
61c9890b8b
commit
fe8b487642
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue