Skip to content

Allow longer retries in Retrier for Spec11 - #3209

Merged
gbrodman merged 1 commit into
google:masterfrom
gbrodman:spec11
Aug 15, 2026
Merged

Allow longer retries in Retrier for Spec11#3209
gbrodman merged 1 commit into
google:masterfrom
gbrodman:spec11

Conversation

@gbrodman

@gbrodman gbrodman commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

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.


This change is Reviewable

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.
@gbrodman
gbrodman requested a review from weiminyu August 14, 2026 18:49

@weiminyu weiminyu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weiminyu reviewed 4 files and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on gbrodman).

@gbrodman
gbrodman added this pull request to the merge queue Aug 14, 2026
Merged via the queue into google:master with commit 1423474 Aug 15, 2026
16 checks passed
@gbrodman
gbrodman deleted the spec11 branch August 15, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants