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:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user