1
0
mirror of https://github.com/google/nomulus synced 2026-07-20 15:02:30 +00:00

Increase # of commit log buckets ~4X for all non-prod environments

This also reduces the interval of the commitLogCheckpoint cron job to once
every three minutes, as this job needs to load all commit log bucket entities.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191613858
This commit is contained in:
mcilwain
2018-04-04 10:55:52 -07:00
committed by Ben McIlwain
parent 3338b91c84
commit e816913c61
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -107,7 +107,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>
+1 -1
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>