Replies: 1 comment 3 replies
-
How are you running your SpiceDB instances? The coincidence of timeouts and garbage collection may have something to do with the max number of datastore connections that each pod will open, which is configured through |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just looking for what the best practices are for having multiple replicas for SpiceDb and specifically around garbage colleciton.
I notice that we get log entries stating
datastore garbage collection completed successfully
and often these are run at the same time across multiple of our pods.I don't know if it's related, but we sometimes get a timed out error on our
grpc
connections and it always seems to correspond to when there is garbage collection running, so wondering if there is potentially an issue that garbage collection blocks connections to the grpc, or if there is a way that only one of the replicas needs to run garbage collection ,or if it is fine as is.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions