Replies: 2 comments
-
Hey @sofiapag 👋🏻 It depends on what client you are using, but yes gRPC supports the concept of deadline, which is effectively a timeout and can be set on the client side. How this is done in practice depends on each language, but for example, in Go this is achieved by setting a deadline for the context |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note that the various SpiceDB clients do not set deadlines by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, is there a default timeout for CheckPermission and other spiceDB client functions? If not, what is the recommendation for how to set a timeout on these calls?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions