This method of enabling retries for authzed calls ...
# spicedb
b
This method of enabling retries for authzed calls is actually out of date now, best way is to use grpc service config, https://github.com/grpc/grpc-node/blob/f68ceaa44eec9f02f0024029a3322b2f8d95b2fa/packages/grpc-js/test/test-retry.ts#L160 just implemented this for checkPermission calls.