mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
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:
parent
5689234fd2
commit
87d1a1c2a3
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
|||
|
||||
<queue>
|
||||
<name>rde-upload</name>
|
||||
<rate>5/m</rate>
|
||||
<rate>10/m</rate>
|
||||
<bucket-size>50</bucket-size>
|
||||
<max-concurrent-requests>5</max-concurrent-requests>
|
||||
<retry-parameters>
|
||||
<task-age-limit>4h</task-age-limit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue