Hi everybody! Just a quick question here
How do you deal with the situation when new relationship has been created on POST request (between user and some object), and immediately there is a following GET request(let's say from some webservice) that is checking a permission between object and user and only after that returns data.
For me it might take a second to update SpiceDB relation_tuple in the Spanner, so from time to time I'm getting access_denied because of delay.
The most staightforward solution here is to implement retry_on_failure mechanism, but I don't want to bombard SpiceDB with requests