Files
nomulus/util
gbrodmanandGitHub 1423474fb1 Allow longer retries in Retrier for Spec11 (#3209)
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.
2026-08-14 20:15:30 +00:00
..