Join Discord
Powered by
This method of enabling retries for authzed calls ...
# spicedb
b
blitz2145
09/18/2023, 7:42 PM
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.
Previous
Next