You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Looking for suggestions on how to best configure spicedb in kubernetes as well as the node client connection options
We currently are trying to have our spicedb be able to return in < 50ms, and most calls are. But we get a bunch that timeout from deadline exceeded just going past, and other errors such as Deadline exceeded after 3.001s,Waiting for LB pick
We are in kubernetes GCP using a helm chart, and postgres backed. Our code connecting is using the @authzed/authzed-node library.
Even locally when running in docker I get the same errors and timeouts when there is only me using a website and only a few requests. I would expect locally to never have these issues
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, Looking for suggestions on how to best configure spicedb in kubernetes as well as the node client connection options
We currently are trying to have our spicedb be able to return in < 50ms, and most calls are. But we get a bunch that timeout from deadline exceeded just going past, and other errors such as
Deadline exceeded after 3.001s,Waiting for LB pick
We are in kubernetes GCP using a helm chart, and postgres backed. Our code connecting is using the
@authzed/authzed-node
library.Even locally when running in docker I get the same errors and timeouts when there is only me using a website and only a few requests. I would expect locally to never have these issues
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions