<#16188 Remote cache read timeout should be applie...
# github-notifications
q
#16188 Remote cache read timeout should be applied below the concurrency limit Issue created by stuhood Our gRPC clients use a concurrency limit at the service level. But we apply a cache read timeout above that concurrency limit here, which means that rather than only applying to the network portion of the cache lookup (as might be expected), it is also applied to queueing time waiting to send the request. pantsbuild/pants