mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Increase max backoff seconds for dns-publish queue (#1764)
This commit is contained in:
parent
aacd834e16
commit
a3c73d5825
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
|||
<name>dns-publish</name>
|
||||
<rate>100/s</rate>
|
||||
<bucket-size>100</bucket-size>
|
||||
<!-- 30 sec backoff increasing linearly up to 10 minutes. -->
|
||||
<!-- 30 sec backoff increasing linearly up to 30 minutes. -->
|
||||
<retry-parameters>
|
||||
<min-backoff-seconds>30</min-backoff-seconds>
|
||||
<max-backoff-seconds>600</max-backoff-seconds>
|
||||
<max-backoff-seconds>1800</max-backoff-seconds>
|
||||
<max-doublings>0</max-doublings>
|
||||
</retry-parameters>
|
||||
</queue>
|
||||
|
|
Loading…
Add table
Reference in a new issue