mirror of
https://github.com/google/nomulus
synced 2026-04-20 16:20:50 +00: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user