was using DeleteRelationships. Was doing some ite...
# spicedb
f
was using DeleteRelationships. Was doing some iteration where I'd delete all relationships, then insert. Sometimes I'd get this failure on the first delete step, other times the CreateRelationship call after the successful delete would hang. I'd ctrl-C the program and see all the context cancelled logs in SpiceDB for all the concurrent goroutines I was running
2 Views