mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Increase export-snapshot queue rate from 5/m to 1/s
Five per minute just isn't working well enough on environments with lots of entities (e.g. alpha and sandbox right now), and there doesn't seem to be a real need to enforce such a low throttle. The mapreduce queue, for instance, has 500/s (effectively no throttle). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192474962
This commit is contained in:
parent
bec24a3558
commit
168a23206d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
<!-- Queue for launching new snapshots and for triggering the initial BigQuery load jobs. -->
|
<!-- Queue for launching new snapshots and for triggering the initial BigQuery load jobs. -->
|
||||||
<queue>
|
<queue>
|
||||||
<name>export-snapshot</name>
|
<name>export-snapshot</name>
|
||||||
<rate>5/m</rate>
|
<rate>1/s</rate>
|
||||||
<retry-parameters>
|
<retry-parameters>
|
||||||
<!-- Should be less than the exportSnapshot cron interval; see cron.xml. -->
|
<!-- Should be less than the exportSnapshot cron interval; see cron.xml. -->
|
||||||
<task-age-limit>22h</task-age-limit>
|
<task-age-limit>22h</task-age-limit>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue