1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

Increase max backoff seconds for dns-publish queue (#1764)

This commit is contained in:
sarahcaseybot
2022-08-29 16:30:56 -04:00
committed by GitHub
parent 3d5b52b853
commit eec272b6ba

View File

@@ -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>