Hey there! I have a question about https://github....
# spicedb
s
Hey there! I have a question about https://github.com/authzed/authzed-py I use this client to do Locust stress tests and it looks like I found some issue running
LookupResources
request. After creation of bunch of relationships I need to check some of them using the
LookupResources
endpoint, it returns empty response in case of no resources by query but if there are some resources in SpiceDB the call get stuck forever. It returns an empty
<_MultiThreadedRendezvous object>
there are no code and details and if try to get this data by using methods
.code()
.details()
these calls just got stuck.
2 Views