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
Due to the current implementation of cache(pool cache) for the pool manager, sometimes number of specialized pods (function pods) are more than the concurrency parameter, this happens when there is burst of requests and number of incoming requests is greater than concurrency parameter.
Solution
This can be improved by applying locking mechanism but would degrade performance of the whole specialization.