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:
mcilwain 2018-04-11 10:56:59 -07:00 committed by jianglai
parent bec24a3558
commit 168a23206d

View file

@ -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>