Skip to content

Implement per-method retry policies#643

Open
tescherm wants to merge 1 commit into
bazelbuild:masterfrom
tescherm:configurable-retries
Open

Implement per-method retry policies#643
tescherm wants to merge 1 commit into
bazelbuild:masterfrom
tescherm:configurable-retries

Conversation

@tescherm

@tescherm tescherm commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Previously, the client used a single global Retrier for all RPC calls.

This PR adds support for specifying per-method retry policies, allowing users to override the default retrier for specific RPCs (e.g., ExecuteAndWait). This implementation follows the existing pattern used for per-method timeouts (RPCTimeouts).

@tescherm tescherm force-pushed the configurable-retries branch from d569ca1 to 9608db2 Compare March 2, 2026 17:15
@tescherm

tescherm commented Mar 2, 2026

Copy link
Copy Markdown
Contributor Author

@gkousik please have a look

@tescherm

Copy link
Copy Markdown
Contributor Author

@ywmei-brt1 @bentekkie @fitzner please have a look

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.

1 participant