Ludovic Galibert
11/06/2025, 6:19 PMNotOK: gRPC error 14 (UNAVAILABLE): Stream refused by server
CPU usage looks fine overall so it doesn't seem to need vertical scaling, but could it be possibly due to the requestLimits? We're using the default (50), maybe we need to bump that? How would I go about figuring out the potential culprit? Thanks for your help 🙏Ludovic Galibert
11/06/2025, 6:25 PM@cerbos/grpc 0.23.0 (which I'll upgrade to 0.23.2)Alex Olivier (Cerbos)
Ludovic Galibert
11/06/2025, 6:38 PMAlex Olivier (Cerbos)
Alex Olivier (Cerbos)
Ludovic Galibert
11/06/2025, 6:51 PMExecStart=/usr/local/bin/cerbos server --config=/apps/cerbos/config.yaml --log-level="warn"
we user the @cerbos/grpc SDK (the service is a node app) to make the calls, checking one instance now it looks like we can avg. 30-50 rps but can peak at 100+ rps.
we're not running on k8s, we have our own container orchestration and runtime.
I haven't tested different request limits, that's one thing I was curious about if I should try to bump up the limit since the default is 50Ludovic Galibert
11/06/2025, 6:51 PMAlex Olivier (Cerbos)