mirror of
https://github.com/google/nomulus
synced 2026-08-25 00:26:23 +00:00
We're still getting 429 errors after increasing the number of retries to four. Using 9 means that the maximum number of seconds we wait will be 255 -- 8 wait intervals starting at 1 second means 1+2+4+8+16+32+64+128=255 seconds. Also log to see if they give us a useful retry-after header