Execute an async function with retry on transient gRPC errors.
Uses exponential backoff with jitter (0.5x to 1.5x multiplier on backoff). If config is false or undefined, the function is called once without retry.
Execute an async function with retry on transient gRPC errors.
Uses exponential backoff with jitter (0.5x to 1.5x multiplier on backoff). If config is false or undefined, the function is called once without retry.