Q: I'm using the nodejs grpc client and trying to ...
# spicedb
b
Q: I'm using the nodejs grpc client and trying to delete relationships. I works fine when I delete them one at a time, but if I attempt to delete them in parallel (via Promise.all()) I get
2 UNKNOWN: serialization max retries exceeded
😕