bdoyle0182 commented on PR #5229:
URL: https://github.com/apache/openwhisk/pull/5229#issuecomment-1205599901

   Do you all think `instanceConcurrency` would make more sense as the 
identifier of the limit on the action document rather than 
`maxContainerConcurrency` in my pr?
   
   I think including `max` doesn't make sense on the action document to follow 
the same nomenclature of the existing `concurrency` field and that works in a 
similar matter where it's the max requests the container can serve at once but 
isn't guaranteed to be using at once, same would apply to total number of 
containers. So that a `maxInstanceConcurrency` and `minInstanceConcurrency` can 
then be defined as new namespace default limits that this pr is adding


-- 
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]

Reply via email to