...
When RPC arrives server, it might be put on waiting queue if number of in-flight exceed limit, and it might be rejected if number of waiting queue is full or RPC could be not handle handled timely based on current RPC processing speed and numbers of RPC in waiting queue.
...