Further increase the rde-upload queue processing rate

We're still limiting to a maximum of 5 concurrent uploads, but when we get backed up (i.e. because we broke RDE like we did recently), it makes sense to burn through the backlog faster once tasks are succeeding again.  As I'm going through the backlog now, 5/m isn't fast enough; 10/m seems right.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201284990
This commit is contained in:
mcilwain 2018-06-19 19:43:19 -07:00 committed by Ben McIlwain
parent 5689234fd2
commit 87d1a1c2a3

View file

@ -100,7 +100,8 @@
<queue> <queue>
<name>rde-upload</name> <name>rde-upload</name>
<rate>5/m</rate> <rate>10/m</rate>
<bucket-size>50</bucket-size>
<max-concurrent-requests>5</max-concurrent-requests> <max-concurrent-requests>5</max-concurrent-requests>
<retry-parameters> <retry-parameters>
<task-age-limit>4h</task-age-limit> <task-age-limit>4h</task-age-limit>