Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Retry CANCELLED gRPC status code#149

Merged
shikhar merged 1 commit intomainfrom
retriable-cancelled
Feb 7, 2025
Merged

Retry CANCELLED gRPC status code#149
shikhar merged 1 commit intomainfrom
retriable-cancelled

Conversation

@shikhar
Copy link
Copy Markdown
Member

@shikhar shikhar commented Feb 7, 2025

This is what we get from tonic when the server closes the connection with an http2 GOAWAY, and the response was pending (reconnection happens on subsequent request)

Status { code: Cancelled, message: "operation was canceled", source: Some(tonic::transport::Error(Transport, hyper::Error(Canceled, "connection closed"))) }

@shikhar shikhar requested a review from a team as a code owner February 7, 2025 19:51
@shikhar shikhar merged commit e7d3d65 into main Feb 7, 2025
3 checks passed
@shikhar shikhar deleted the retriable-cancelled branch February 7, 2025 19:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant