RpcLoadBalancer.Retry (rpc_load_balancer v0.2.1)

Copy Markdown View Source

Retry logic for RPC operations that may fail when no nodes are available.

Summary

Functions

with_retry(opts \\ [], fun)

@spec with_retry(
  keyword(),
  (-> result)
) :: result
when result: any()