mirror of
https://github.com/google/nomulus
synced 2026-08-15 19:56:08 +00:00
We're getting some 429 (too many requests) responses from the SafeBrowsing API which is causing the Spec11 pipeline to fail. Currently the retrier is set to have a backoff starting at 100ms and only have a couple retries before failing (the latter is already configurable). For 429s, we want to wait significantly longer. Let's start at one second of waiting and allow four doublings.