News

Currrently the Azure Functions Python Worker restricts the number of threads in the default thread pool to 1. We want to experiment with possibly offering a configurable values for the customer to ...
Is your feature request related to a problem? Please describe. The current gRPC C++ code used by the Python gRPC library uses two times the number of CPUs to create a client thread pool. On very large ...