mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
Add cron/commitLogCheckpoint to cron.xml for the crash environment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171297448
This commit is contained in:
parent
62d894772a
commit
24d58bf505
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,15 @@
|
|||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/cron/commitLogCheckpoint]]></url>
|
||||
<description>
|
||||
This job checkpoints the commit log buckets and exports the diff since last checkpoint to GCS.
|
||||
</description>
|
||||
<schedule>every 1 minutes synchronized</schedule>
|
||||
<target>backend</target>
|
||||
</cron>
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/task/deleteContactsAndHosts]]></url>
|
||||
<description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue