mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02:00
Allow more RDE upload tasks to run simultaneously
We're currently facing a large backlog of RDE upload tasks, most of which won't have anything to do when they execute (because the RDE deposit in question has been successfully uploaded). And we're also facing the occasional >30 minute timeout even though most uploads are succeeding in around a minute. So this CL just lets more run simultaneously so that the backlog can be cleared out faster. Note that we still enforce locking on a per-TLD basis, so it won't be possible for uploads to stomp over each other. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201257679
This commit is contained in:
parent
ad73f3d167
commit
5689234fd2
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@
|
|||
|
||||
<queue>
|
||||
<name>rde-upload</name>
|
||||
<rate>1/m</rate>
|
||||
<max-concurrent-requests>1</max-concurrent-requests>
|
||||
<rate>5/m</rate>
|
||||
<max-concurrent-requests>5</max-concurrent-requests>
|
||||
<retry-parameters>
|
||||
<task-age-limit>4h</task-age-limit>
|
||||
</retry-parameters>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue