well-typed / grapesy

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

Support automatic retry policies #104

Open edsko opened 8 months ago

edsko commented 8 months ago

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

References:

edsko commented 8 months ago

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