You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 change this to a higher value.
There is already a detailed discussion here: #236 if it makes sense to allow multiple threads in the Python Worker thread pool.