-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
When the new prb-wm service handles more than ~250 workers with default settings, we start seeing the following kind of error:
stopped due to error: Rpc error: RPC error: Configured max number of request slots exceeded
This error comes from jsonrpcee and occurs because some client is build with a low (default is 256) limit of concurrent requests and the prb is utilising many of them. I suspect that it's this client here, but I'm not familiar with architecture to be sure:
We seem to have worked around this (somewhat) by increasing CACHE_SIZE
, but it would be nice to have the number of concurrent connections configurable.
Metadata
Metadata
Assignees
Labels
No labels