well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Support automatic retries/request hedging #104

Open edsko opened 3 months ago

edsko commented 3 months ago

This is not about reconnecting automatically (which grapesy supports), but about retrying the actual RPC call.

References:

edsko commented 2 months ago

We provide very minimal support for this: we parse the grpc-previous-rpc-attempts and grpc-retry-pushback-ms headers.