mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02:00
Add replicateToDatastore to non-prod cron files (#1450)
* Add replicateToDatastore to non-prod cron files This shouldn't do anything yet (since ReplicateToDatastoreAction checks the migration state before doing anything) but we'll want to have this in place.
This commit is contained in:
parent
1add5a9784
commit
9037e2829e
4 changed files with 36 additions and 0 deletions
|
@ -208,6 +208,15 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/readDnsQueue?jitterSeconds=45]]></url>
|
<url><![CDATA[/_dr/cron/readDnsQueue?jitterSeconds=45]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -211,6 +211,15 @@
|
||||||
</cron>
|
</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>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The next two wipeout jobs are required when crash has production data.
|
The next two wipeout jobs are required when crash has production data.
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -120,6 +120,15 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/commitLogCheckpoint]]></url>
|
<url><![CDATA[/_dr/cron/commitLogCheckpoint]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -247,6 +247,15 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
<cron>
|
||||||
<url><![CDATA[/_dr/task/wipeOutContactHistoryPii]]></url>
|
<url><![CDATA[/_dr/task/wipeOutContactHistoryPii]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue