Skip to content

Commit

Permalink
Add failover support to RpcService
Browse files Browse the repository at this point in the history
Add a new `failoverService` option to RpcService. This allows consumers
to forward the request to another RPC service in the event that an RPC
endpoint is proven to be unreliable (i.e. after attempting the request 5
times, the endpoint is unreachable, returns a a non-200 response, or
returns a response that is not JSON-decodable).
  • Loading branch information
mcmire committed Jan 30, 2025
1 parent e5945d2 commit 44f59ab
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 7 deletions.
Loading

0 comments on commit 44f59ab

Please sign in to comment.