style95 commented on issue #5414: URL: https://github.com/apache/openwhisk/issues/5414#issuecomment-1554197029
I don't get what kinds of batches you are mentioning. As described in the document, OW has a queue for each action. Incoming requests will be buffered in the queue and the queue itself calculates the required number of containers to process them. Once containers are provisioned, each container will process requests in a best-effort manner. When there are not enough containers, requests will stay longer in the queue and the queue will try to provision extra containers according to it. And the number of containers is limited by the namespace limit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
