Allow number of commit log buckets to be increased

Also increases the number of commit log buckets on alpha to 397 and correspondingly
reduces the frequency of commit log diff exporting to once every 3 minutes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191440586
This commit is contained in:
mcilwain 2018-04-03 07:58:58 -07:00 committed by Ben McIlwain
parent 951ba78cef
commit 377fe5f573
4 changed files with 109 additions and 9 deletions

View file

@ -128,7 +128,7 @@
<description>
This job checkpoints the commit log buckets and exports the diff since last checkpoint to GCS.
</description>
<schedule>every 1 minutes synchronized</schedule>
<schedule>every 3 minutes synchronized</schedule>
<target>backend</target>
</cron>